From 7dc2889903e97c9d7e481d040d5182a81a5d5c69 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 28 May 2021 22:43:58 +0300 Subject: [PATCH] CI: use gh-pages target branch for docs --- .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 3842acb1..902741c2 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: master + branch: gh-pages folder: _book repository-name: CopterExpress/clover.coex.tech token: ${{ secrets.DOCS_DEPLOY_TOKEN }}