diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index f9738a1..990bd88 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -36,4 +36,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./_build/html \ No newline at end of file