From 2195d0545386ca84097f7da1aa509f4f39e6c9d2 Mon Sep 17 00:00:00 2001 From: ivbarauna Date: Fri, 10 May 2024 00:39:25 -0300 Subject: [PATCH] fix: path to index.html --- .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 5efd15e..e06a204 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