We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807b0ce commit ee88a25Copy full SHA for ee88a25
.github/workflows/HugoAction.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Deploy To Bioit-top # 部署至当前仓库的其他分支
38
uses: peaceiris/actions-gh-pages@v3 # 一个自动发布github pages的action
39
with:
40
- external_repository: shenweiyan/WebStack-Demo # 发布到哪个repo
+ #external_repository: shenweiyan/WebStack-Demo # 发布到哪个repo, 不填写则默认发布到当前仓库
41
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
42
publish_dir: ./public
43
publish_branch: gh-pages
0 commit comments