diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 990bd88..b668635 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -31,9 +31,9 @@ jobs: run: | poetry install --with dev - name: build books - run: poetry run jupyter-book build notebooks + run: jupyter-book build notebooks - name: Github Pages action uses: peaceiris/actions-gh-pages@v3.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./_build/html \ No newline at end of file + publish_dir: ./notebooks/_build/html \ No newline at end of file