File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: deploy-docs
33
44on :
55 # run when a new commit is pushed to master
6- push : {branches: [master]}
6+ push :
7+ branches : [master]
78 # run when triggered manually
89 workflow_dispatch : {}
910
3738 run : sudo apt-get update && sudo apt-get install -y pandoc
3839 - name : π Install dependencies
3940 run : uv sync --group doc
40- - name : π Test notebooks
41- run : >
42- uv run pytest --nbmake --overwrite --override-ini="addopts="
43- examples/*ipynb
4441 - name : π Build Sphinx docs
4542 run : >
4643 uv run sphinx-build -W --keep-going -b html docs/src docs/_build/html
Original file line number Diff line number Diff line change @@ -66,12 +66,11 @@ target/
6666
6767# uv
6868uv.lock
69- * .png
7069
7170# autodocs
7271docs /src /api
7372docs /src /examples /* .ipynb
7473
7574# project
7675_examples
77- .vscode /settings.json
76+ .vscode /settings.json
You canβt perform that action at this time.
0 commit comments