Commit d01c1b4d054f98d6876e06ff544d4dd7c0d267f5

Authored by JinMao
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,11 +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.0 111 + uses: peaceiris/actions-gh-pages@v3
112 env: 112 env:
113 ACTIONS_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 with: 117 with:
117 forceOrphan: true 118 forceOrphan: true
118 119