We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c015b6c commit 3c55d7bCopy full SHA for 3c55d7b
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy to GitHub Pages
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
- github_token: ${{ secrets.PAT_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
+ github_token: ${{ secrets.GITHUB_TOKEN }} # 这一步很重要,单独看下面的大步骤,主要是用来给该脚本一些仓库权限
32
publish_dir: /packages/zh/.vitepress/dist # 指定该文件夹中的 dist
33
publish_branch: gh-pages # 推送到关联仓库的 gh-pages 分支
34
dotfiles: true # 包括在提交中,即使被 .gitignore 文件忽略
0 commit comments