We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac361d commit 7f956caCopy full SHA for 7f956ca
.github/workflows/deploy.yml
@@ -64,6 +64,7 @@ jobs:
64
id: deployment
65
uses: peaceiris/actions-gh-pages@v4
66
with:
67
+ github_token: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub 提供的令牌
68
personal_token: ${{ secrets.PAGE_DEPLOY_TOKEN }} # 如果需要使用个人访问令牌
69
publish_dir: .vitepress/dist
70
external_repository: ArcletProject/ArcletProject.github.io
0 commit comments