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 4
4
push :
5
5
branches :
6
6
- main
7
- - gh-pages
7
+ - documentation-staging
8
8
workflow_dispatch :
9
9
10
10
jobs :
18
18
19
19
- name : Build HTML
20
20
run : python -m sphinx.cmd.build -M html docs/source docs/build
21
- # - name: Build HTML
22
- # uses: ammaraskar/sphinx-action@master
21
+
23
22
- name : Upload artifacts
24
23
uses : actions/upload-artifact@v4
25
24
with :
32
31
# publish: true
33
32
34
33
- name : Deploy
35
- if : github.ref != 'refs/heads/gh-pages'
36
34
uses : peaceiris/actions-gh-pages@v3
37
35
with :
38
36
github_token : ${{ secrets.DOCSITE_TOKEN }}
37
+ publish_branch : gh-pages
39
38
publish_dir : docs/build/html
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ sphinx-design
4
4
nbsphinx
5
5
sphinx_tabs
6
6
numpy
7
+ pandas
8
+ requests
9
+ scikit-learn
10
+ pyyaml
You can’t perform that action at this time.
0 commit comments