Skip to content

Commit

Permalink
[ci] Disable notebook execution for now
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed May 12, 2024
1 parent defb54a commit aed5f23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:

- name: Build static HTML for Jupyter Notebooks
run: |
jupyter nbconvert --to html --output-dir examples/grids/ examples/grids/*.ipynb
jupyter nbconvert --to html --output-dir examples/optim/ examples/optim/*.ipynb
jupyter nbconvert --to html --output-dir examples/particles/ examples/particles/*.ipynb
jupyter nbconvert --to html --output-dir docs/examples/grids/ examples/grids/*.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
jupyter nbconvert --to html --execute --allow-errors docs/*.ipynb
jupyter nbconvert --to html docs/*.ipynb
- name: Deploy 🚀
uses: JamesIves/[email protected] # See https://github.com/marketplace/actions/deploy-to-github-pages
Expand Down

0 comments on commit aed5f23

Please sign in to comment.