We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d39afd commit b1cd605Copy full SHA for b1cd605
.github/workflows/book.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
personal_token: ${{ secrets.DEPLOY_KEY }}
33
+ external_repository: golang-china/golang-china.github.io
34
publish_dir: ./book
35
publish_branch: gh-pages
36
user_name: 'github-actions[bot]'
0 commit comments