diff --git a/.github/workflows/pages_deploy.yml b/.github/workflows/pages_deploy.yml index e06a204..d741fb5 100644 --- a/.github/workflows/pages_deploy.yml +++ b/.github/workflows/pages_deploy.yml @@ -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