CI: change docs target branch to master

This commit is contained in:
Oleg Kalachev
2021-05-28 22:21:07 +03:00
parent 84b87055df
commit 5fd3a92c7b

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: actions
branch: master
folder: _book
repository-name: CopterExpress/clover.coex.tech
token: ${{ secrets.DOCS_DEPLOY_TOKEN }}