Add compiled books for documentation
This commit is contained in:
parent
0e9837fa17
commit
bbe5da41f7
10
.github/workflows/notebooks.yml
vendored
10
.github/workflows/notebooks.yml
vendored
@ -30,5 +30,13 @@ jobs:
|
||||
- name: Install the project dependencies
|
||||
run: |
|
||||
poetry install --with dev
|
||||
- name: 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
|
Loading…
x
Reference in New Issue
Block a user