From e7ac09cf39d1f23c11f0830f6628d23dd57f268f Mon Sep 17 00:00:00 2001 From: JinMao Date: Wed, 16 Nov 2022 20:31:00 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ae991ecf..67e01c209 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,9 +108,9 @@ jobs: git push origin --delete gh-pages - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.9.0 env: - deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./dist CNAME: vben.vvbin.cn