Skip to content

Commit ee88a25

Browse files
authored
Update HugoAction.yml
1 parent 807b0ce commit ee88a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/HugoAction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Deploy To Bioit-top # 部署至当前仓库的其他分支
3838
uses: peaceiris/actions-gh-pages@v3 # 一个自动发布github pages的action
3939
with:
40-
external_repository: shenweiyan/WebStack-Demo # 发布到哪个repo
40+
#external_repository: shenweiyan/WebStack-Demo # 发布到哪个repo, 不填写则默认发布到当前仓库
4141
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4242
publish_dir: ./public
4343
publish_branch: gh-pages

0 commit comments

Comments
 (0)