CI: use gh-pages target branch for docs

This commit is contained in:
Oleg Kalachev
2021-05-28 22:43:58 +03:00
parent 5fd3a92c7b
commit e80a1cc7d6

View File

@@ -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 }}