From baf582d0a9ecefc9506b16e7cc183a906814aab4 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 26 Jul 2022 11:13:12 +0800 Subject: [PATCH] ci: update --- .github/workflows/blank.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e4aa67fa..3596c130 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -42,9 +42,8 @@ jobs: run: pnpm docs:build - name: Deploy - uses: JamesIves/github-pages-deploy-action@releases/v3 - env: - repo: git@github.com:owner/repo.git - branch: gh-pages + uses: JamesIves/github-pages-deploy-action@releases/v4 + with: folder: docs/.vuepress/dist + branch: gh-pages ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}