Skip to content

Commit

Permalink
[ci] Disable unit tests, update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed May 12, 2024
1 parent 2c32607 commit defb54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/unit-tests.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:

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

0 comments on commit defb54a

Please sign in to comment.