We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12102a9 commit 3b8aa41Copy full SHA for 3b8aa41
1 file changed
.github/workflows/release.yml
@@ -25,5 +25,5 @@ jobs:
25
with:
26
github_token: ${{ secrets.GITHUB_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
27
publish_dir: /packages/zh/.vitepress/dist # 指定该文件夹中的 dist
28
- publish_branch: gh-pages # 推送到关联仓库的 gh-pages 分支
+ publish_branch: pages # 推送到关联仓库的 gh-pages 分支
29
dotfiles: true # 包括在提交中,即使被 .gitignore 文件忽略
0 commit comments