Skip to content

Commit

Permalink
build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 13, 2023
1 parent 2d7ffde commit 423e05a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
pip install -r requirements.txt
- name: build examples
run: |
bash build_examples.sh
- name: build jupyter book
run: |
jupyter-book build .
Expand All @@ -34,4 +38,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html
publish_dir: ./_build/html

0 comments on commit 423e05a

Please sign in to comment.