Skip to content

Commit 7f956ca

Browse files
committed
🔧 modify deploy.yml
1 parent 3ac361d commit 7f956ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
id: deployment
6565
uses: peaceiris/actions-gh-pages@v4
6666
with:
67+
github_token: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub 提供的令牌
6768
personal_token: ${{ secrets.PAGE_DEPLOY_TOKEN }} # 如果需要使用个人访问令牌
6869
publish_dir: .vitepress/dist
6970
external_repository: ArcletProject/ArcletProject.github.io

0 commit comments

Comments
 (0)