Commit e74a9ed3376b2e8cc543f6d60fa4ed5a4c060c77
1 parent
750a50eb
chore: update ci
Showing
1 changed file
with
3 additions
and
3 deletions
.github/workflows/deploy.yml
@@ -108,12 +108,12 @@ jobs: | @@ -108,12 +108,12 @@ jobs: | ||
108 | git push origin --delete gh-pages | 108 | git push origin --delete gh-pages |
109 | 109 | ||
110 | - name: Deploy | 110 | - name: Deploy |
111 | - uses: peaceiris/actions-gh-pages@v2.5 | 111 | + uses: peaceiris/actions-gh-pages@v2.5.0 |
112 | env: | 112 | env: |
113 | - deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} | 113 | + ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} |
114 | PUBLISH_BRANCH: gh-pages | 114 | PUBLISH_BRANCH: gh-pages |
115 | PUBLISH_DIR: ./dist | 115 | PUBLISH_DIR: ./dist |
116 | - cname: vben.vvbin.cn | 116 | + CNAME: vben.vvbin.cn |
117 | with: | 117 | with: |
118 | forceOrphan: true | 118 | forceOrphan: true |
119 | 119 |