Skip to content

Commit

Permalink
[ci] Generate mesh example html
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed May 31, 2024
1 parent 42926d7 commit 9ac4002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build static HTML for Jupyter Notebooks
run: |
jupyter nbconvert --to html --output-dir docs/examples/grids/ examples/grids/*.ipynb
jupyter nbconvert --to html --output-dir docs/examples/mesh/ examples/mesh/*.ipynb
jupyter nbconvert --to html --output-dir docs/examples/optim/ examples/optim/*.ipynb
jupyter nbconvert --to html --output-dir docs/examples/particles/ examples/particles/*.ipynb
jupyter nbconvert --to html --output-dir docs/ docs/prerendered/*.ipynb
Expand Down

0 comments on commit 9ac4002

Please sign in to comment.