Add compiled books for documentation

This commit is contained in:
carlocagnetta 2023-11-02 15:16:14 +01:00 committed by Michael Panchenko
parent 0e9837fa17
commit bbe5da41f7

View File

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