Skip to content

Commit

Permalink
fix: update path to index.html in pages_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna committed May 10, 2024
1 parent 85c0a80 commit f497960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Convert notebook to HTML
run: |
jupyter nbconvert --to html ./notebooks/data_explorer.ipynb --output docs/index.html
jupyter nbconvert --to html ./notebooks/data_explorer.ipynb --output ./docs/index.html
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit f497960

Please sign in to comment.