Commit c5713c75ec6431f50a78859297de3fedc0ed8305

Authored by JinMao
1 parent e7ac09cf

chore: update ci

Showing 1 changed file with 3 additions and 3 deletions
.github/workflows/deploy.yml
... ... @@ -109,13 +109,13 @@ jobs:
109 109  
110 110 - name: Deploy
111 111 uses: peaceiris/actions-gh-pages@v3.9.0
112   - env:
  112 + with:
113 113 deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
114 114 PUBLISH_BRANCH: gh-pages
115 115 PUBLISH_DIR: ./dist
116 116 CNAME: vben.vvbin.cn
117   - with:
118   - forceOrphan: true
  117 +
  118 +
119 119  
120 120  
121 121  
... ...