mirror of https://github.com/fafhrd91/actix-web
specify branch in doc job
This commit is contained in:
parent
0b5b4dcbf3
commit
35b0fd1a85
|
@ -31,5 +31,6 @@ jobs:
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: gh-pages
|
||||||
folder: target/doc
|
folder: target/doc
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
|
Loading…
Reference in New Issue