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