Skip to content

Commit 3948ba1

Browse files
committed
chore: update ci
1 parent e74a9ed commit 3948ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
git push origin --delete gh-pages
109109
110110
- name: Deploy
111-
uses: peaceiris/actions-gh-pages@v2.5.0
111+
uses: peaceiris/actions-gh-pages@v3
112112
env:
113-
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
113+
github_token: ${{secrets.OPER_TOKEN}}
114114
PUBLISH_BRANCH: gh-pages
115115
PUBLISH_DIR: ./dist
116116
CNAME: vben.vvbin.cn

0 commit comments

Comments
 (0)