Commit 6d1adce4626e4cbe72a486eb325308f608b3c60a
1 parent
d01c1b4d
chore: update ci
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
... | ... | @@ -110,7 +110,7 @@ jobs: |
110 | 110 | - name: Deploy |
111 | 111 | uses: peaceiris/actions-gh-pages@v3 |
112 | 112 | env: |
113 | - ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} | |
113 | + deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} | |
114 | 114 | PUBLISH_BRANCH: gh-pages |
115 | 115 | PUBLISH_DIR: ./dist |
116 | 116 | cname: vben.vvbin.cn | ... | ... |