fix build books action command

This commit is contained in:
carlocagnetta 2023-11-02 16:19:42 +01:00 committed by Michael Panchenko
parent 60f54fded9
commit 0108726dfe

View File

@ -31,7 +31,7 @@ jobs:
run: |
poetry install --with dev
- name: build books
run: jupyter-book build notebooks
run: poetry run jupyter-book build notebooks
- name: Github Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
with: