Skip to content

Commit e7ac09c

Browse files
committed
chore: update ci
1 parent be4c98b commit e7ac09c

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@v3
111+
uses: peaceiris/actions-gh-pages@v3.9.0
112112
env:
113-
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
113+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
114114
PUBLISH_BRANCH: gh-pages
115115
PUBLISH_DIR: ./dist
116116
CNAME: vben.vvbin.cn

0 commit comments

Comments
 (0)