Skip to content

Commit 3b8aa41

Browse files
committed
fix: 修改环境
1 parent 12102a9 commit 3b8aa41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
2727
publish_dir: /packages/zh/.vitepress/dist # 指定该文件夹中的 dist
28-
publish_branch: gh-pages # 推送到关联仓库的 gh-pages 分支
28+
publish_branch: pages # 推送到关联仓库的 gh-pages 分支
2929
dotfiles: true # 包括在提交中,即使被 .gitignore 文件忽略

0 commit comments

Comments
 (0)