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