From eb5e132b93fe9aa037c95a7d19bd3e0651ff7b8b Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 28 May 2021 22:21:07 +0300 Subject: [PATCH] CI: change docs target branch to master --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c035207..3842acb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}