From 2c1dfdfeb5773c3e073371f51b5c4ff4ebf0c9c0 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 16 Aug 2022 10:46:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9E=84=E5=BB=BA=E5=90=8E=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=88=B0gh-pages=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/blank.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6774e8ba..da04a4f4 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -31,17 +31,17 @@ jobs: - name: Build VuePress site run: pnpm docs:build - Deploy: - name: Deploy - needs: Build - runs-on: ubuntu-latest - steps: - name: Deploy Github Pages uses: JamesIves/github-pages-deploy-action@releases/v4 with: folder: docs/.vuepress/dist branch: gh-pages + Deploy: + name: Deploy + needs: Build + runs-on: ubuntu-latest + steps: - name: Sync to Gitee uses: wearerequired/git-mirror-action@master env: