From f360db185916f9dce59b0cd691aa444fe183a23f Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 1 Dec 2022 17:42:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=BB=BAgithub=20action=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 859e61b5..43418cb4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,7 +26,7 @@ jobs: - run: pnpm bootstrap - name: Build VuePress site - run: npm run build:docs + run: npm run docs:build - name: Build Playground site run: npm run build:playground