Publish compiled Jupyter books to github-pages

This commit is contained in:
carlocagnetta 2023-11-02 15:16:14 +01:00 committed by Michael Panchenko
parent b74ea40970
commit 8489fde07e

View File

@ -30,5 +30,10 @@ jobs:
- name: Install the project dependencies
run: |
poetry install --with dev
- name: notebooks
run: poetry run jupyter-book build notebooks
- name: build books
run: poetry 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: ./notebooks/_build/html