File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: Documentation
22on :
33 push :
44 branches :
5- - dev
5+ - develop
66jobs :
77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/setup-python@v2
11- - uses : actions/checkout@master
12- with :
13- fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
14- - name : Build and Commit
15- uses : sphinx-notes/pages@v2
16- - name : Push changes
17- uses : ad-m/github-push-action@master
18- with :
19- github_token : ${{ secrets.GITHUB_TOKEN }}
20- branch : gh-pages
21- documentation_path : ' ./docs'
10+ - uses : actions/setup-python@v2
11+ - uses : actions/checkout@master
12+ with :
13+ fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
14+ - name : Build and Commit
15+ uses : sphinx-notes/pages@v2
16+ - name : Push changes
17+ uses : ad-m/github-push-action@master
18+ with :
19+ github_token : ${{ secrets.GITHUB_TOKEN }}
20+ branch : gh-pages
21+ documentation_path : " ./docs"
You can’t perform that action at this time.
0 commit comments