File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17+ with :
18+ fetch-depth : 0
1719 - name : Prepare
1820 run : |
1921 sudo apt-get update -y
2426 - name : Gen_feature_matrix
2527 run : make feature_matrix
2628 - name : Gen_sphinx
27- uses : ammaraskar/sphinx-action@master
28- with :
29- docs-folder : " docs/"
29+ run : make html
3030 - name : Deploy
3131 uses : peaceiris/actions-gh-pages@v3
3232 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10+ with :
11+ fetch-depth : 0
1012 - name : Prepare
1113 run : |
1214 sudo apt-get update -y
1719 - name : Gen_feature_matrix
1820 run : make feature_matrix
1921 - name : Gen_sphinx
20- uses : ammaraskar/sphinx-action@master
21- with :
22- docs-folder : " docs/"
22+ run : make html
2323 - uses : actions/upload-artifact@v4
2424 with :
2525 name : DocumentationHTML
Original file line number Diff line number Diff line change 1- sphinx >= 5
1+ sphinx >= 8
22sphinx-issues
33sphinx-notfound-page >= 0.5
44sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments