Skip to content

Commit

Permalink
fix output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 11, 2024
1 parent 6ada329 commit ed26c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Build Website
shell: bash -el {0}
run: |
jupyter kernelspec list
jupyter nbconvert --execute --to html website_figure/myfigure.ipynb
cd website_figure
jupyter nbconvert myfigure.ipynb --execute --to html --output-dir=_build/html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: website_figure/myfigure.html
path: website_figure/_build/html


# Publish Website to GitHub Pages if built successfully
Expand Down

0 comments on commit ed26c6c

Please sign in to comment.