From f6520088e323a182f1f10c1d8df44cb4484a633f Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 9 Jan 2023 23:37:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0Github=20Action?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{blank.yml => deploy.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{blank.yml => deploy.yml} (94%) diff --git a/.github/workflows/blank.yml b/.github/workflows/deploy.yml similarity index 94% rename from .github/workflows/blank.yml rename to .github/workflows/deploy.yml index da04a4f4..67ec6737 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/deploy.yml @@ -28,13 +28,13 @@ jobs: - name: Install dependencies run: pnpm install - - name: Build VuePress site - run: pnpm docs:build + - name: Build VitePress site + run: pnpm build - name: Deploy Github Pages uses: JamesIves/github-pages-deploy-action@releases/v4 with: - folder: docs/.vuepress/dist + folder: docs/.vitepress/dist branch: gh-pages Deploy: