Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed May 25, 2024
1 parent 7be4712 commit 495d4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deloy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with: # 为预定义变量赋值
github_token: ${{ secrets.GITHUB_TOKEN }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
# DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# personal_token: ${{ secrets.PERSONAL_TOKEN }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}
external_repository: bajins/bajins.github.io
publish_branch: master
publish_dir: ./docs
Expand Down

0 comments on commit 495d4b7

Please sign in to comment.