Skip to content

Commit 664f0ce

Browse files
committed
deploy on gh-page branch
1 parent 6244af7 commit 664f0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# 每次推送到 `main` 分支时触发这个“工作流程”
55
# 如果你使用了别的分支名,请按需将 `main` 替换成你的分支名
66
push:
7-
branches: [ main ]
7+
branches: [ gh-page ]
88
# 允许你在 GitHub 上的 Actions 标签中手动触发此“工作流程”
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)