Commit e7ac09cf39d1f23c11f0830f6628d23dd57f268f

Authored by JinMao
1 parent be4c98b9

chore: update ci

Showing 1 changed file with 2 additions and 2 deletions
.github/workflows/deploy.yml
... ... @@ -108,9 +108,9 @@ jobs:
108 108 git push origin --delete gh-pages
109 109  
110 110 - name: Deploy
111   - uses: peaceiris/actions-gh-pages@v3
  111 + uses: peaceiris/actions-gh-pages@v3.9.0
112 112 env:
113   - 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
... ...