mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
CI: use gh-pages target branch for docs
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.3
|
||||
if: ${{ github.repository == 'CopterExpress/clover' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
branch: master
|
||||
branch: gh-pages
|
||||
folder: _book
|
||||
repository-name: CopterExpress/clover.coex.tech
|
||||
token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user