File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11name : GitHub Pages
2-
32on :
43 push :
5- branches : [ "v0.0.9-docs" ]
6-
4+ branches : ["v0.0.9-docs"]
75# Concurrency control to prevent parallel runs on the same PR
86concurrency :
97 group : ${{ github.workflow }}-${{ github.ref }}
108 cancel-in-progress : true
11-
129permissions :
1310 contents : write
1411 pull-requests : write
1512 checks : write
1613 issues : read
17-
1814jobs :
1915 deploy_docs :
2016 name : Deploy the docs
@@ -35,15 +31,13 @@ jobs:
3531 clean : true
3632 fetch-depth : 0
3733 fetch-tags : true
38-
3934 # Build docs
4035 - name : Build docs
4136 run : |
4237 cd docs
4338 pip3 install -r requirements.txt
4439 make SPHINXOPTS=-W multi-docs
4540 touch ./_build/.nojekyll
46-
4741 # Deploy to gh-pages
4842 - name : Deploy to gh-pages
4943 uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments