File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Docbuild
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010
1111jobs :
1212 Docs :
2222 sudo apt-get update -y
2323 sudo apt-get install pandoc
2424 pip install -r examples/requirements.txt
25+ pip install sphinx nbsphinx
2526 - name : Build docs
2627 run : |
2728 cd docs
28- sphinx-build -W docs/source docs/build
29+ sphinx-build -W docs/source docs/build
Original file line number Diff line number Diff line change 55# dependencies and delete this file. You may still make changes to the
66# experiment afterwards.
77name : pysindy-commit
8-
9- # Ideally, this workflow would be triggered from each change to pysindy
10- # But not sure how to do that yet, so just run it every other week
11- # on: workflow_dispatch
12-
138on :
149 # Requires adding a Personal Access Token as a secret to pysindy in order
1510 # in order to trigger CI
You can’t perform that action at this time.
0 commit comments