Skip to content

Commit 495d4b7

Browse files
committed
fixed
1 parent 7be4712 commit 495d4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deloy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- name: Deploy
5959
uses: peaceiris/actions-gh-pages@v4
6060
with: # 为预定义变量赋值
61-
github_token: ${{ secrets.GITHUB_TOKEN }}
61+
# github_token: ${{ secrets.GITHUB_TOKEN }}
6262
# DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
63-
# personal_token: ${{ secrets.PERSONAL_TOKEN }}
63+
personal_token: ${{ secrets.PERSONAL_TOKEN }}
6464
external_repository: bajins/bajins.github.io
6565
publish_branch: master
6666
publish_dir: ./docs

0 commit comments

Comments
 (0)