From f497960fcd92a25f4f6bc99e62f89005e9db0255 Mon Sep 17 00:00:00 2001 From: ivbarauna Date: Fri, 10 May 2024 01:15:30 -0300 Subject: [PATCH] fix: update path to index.html in pages_deploy.yml --- .github/workflows/pages_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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