File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed
Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 11name : Publish
2+
23on :
3- push :
4- branches :
5- - main
4+ push :
5+ branches : [main]
66
77jobs :
8- build :
9- name : Deploy
10- runs-on : ubuntu-latest
11- steps :
12- - name : Checkout
13- uses : actions/checkout@v2
8+ build :
9+ name : Deploy
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout
13+ uses : actions/checkout@v2
1414
15- - name : Deploy
16- uses : mhausenblas/mkdocs-deploy-gh-pages@master
17- # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
18- env :
19- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- CONFIG_FILE : src/mkdocs.yml
21- # EXTRA_PACKAGES: build-base
22- # GITHUB_DOMAIN: github.myenterprise.com
23- # REQUIREMENTS: folder/requirements.txt
15+ - name : Deploy
16+ uses : mhausenblas/mkdocs-deploy-gh-pages@master
17+ env :
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ CONFIG_FILE : src/mkdocs.yml
You can’t perform that action at this time.
0 commit comments