Skip to content

Commit e74a9ed

Browse files
committed
chore: update ci
1 parent 750a50e commit e74a9ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
git push origin --delete gh-pages
109109
110110
- name: Deploy
111-
uses: peaceiris/[email protected]
111+
uses: peaceiris/[email protected].0
112112
env:
113-
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
113+
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
114114
PUBLISH_BRANCH: gh-pages
115115
PUBLISH_DIR: ./dist
116-
cname: vben.vvbin.cn
116+
CNAME: vben.vvbin.cn
117117
with:
118118
forceOrphan: true
119119

0 commit comments

Comments
 (0)