diff --git a/.github/workflows/update-gh-pages.yml b/.github/workflows/update-gh-pages.yml index e7909dfe2..bc44edf7f 100644 --- a/.github/workflows/update-gh-pages.yml +++ b/.github/workflows/update-gh-pages.yml @@ -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/github-pages-deploy-action@4.1.4 # See https://github.com/marketplace/actions/deploy-to-github-pages