From d01c1b4d054f98d6876e06ff544d4dd7c0d267f5 Mon Sep 17 00:00:00 2001 From: JinMao Date: Wed, 16 Nov 2022 18:02:57 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2eed5ee56..6d899c7c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,11 +108,12 @@ jobs: git push origin --delete gh-pages - name: Deploy - uses: peaceiris/actions-gh-pages@v2.5.0 + uses: peaceiris/actions-gh-pages@v3 env: ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./dist + cname: vben.vvbin.cn with: forceOrphan: true