File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - gh-pages
7+ - documentation-staging
88 workflow_dispatch :
99
1010jobs :
1818
1919 - name : Build HTML
2020 run : python -m sphinx.cmd.build -M html docs/source docs/build
21- # - name: Build HTML
22- # uses: ammaraskar/sphinx-action@master
21+
2322 - name : Upload artifacts
2423 uses : actions/upload-artifact@v4
2524 with :
3231 # publish: true
3332
3433 - name : Deploy
35- if : github.ref != 'refs/heads/gh-pages'
3634 uses : peaceiris/actions-gh-pages@v3
3735 with :
3836 github_token : ${{ secrets.DOCSITE_TOKEN }}
37+ publish_branch : gh-pages
3938 publish_dir : docs/build/html
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ sphinx-design
44nbsphinx
55sphinx_tabs
66numpy
7+ pandas
8+ requests
9+ scikit-learn
10+ pyyaml
You can’t perform that action at this time.
0 commit comments