Skip to content

Commit

Permalink
Fix deploy_notebooks.yml path to sources
Browse files Browse the repository at this point in the history
  • Loading branch information
NatNgs authored Sep 29, 2024
1 parent 5d848b6 commit 82ee05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pip install jupyter-book

- name: Build
run: jupyter-book build src/notebooks/Viz*.ipynb
run: jupyter-book build src/notebooks/

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 82ee05a

Please sign in to comment.