From 7989314790f2577fe54f719368ee611ff36d0dd9 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sat, 16 Mar 2024 15:18:24 -0700 Subject: [PATCH] fix(ci): update build command of vitepress of action in regard with custom commands in package metadata file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50e88b0..4a0c331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Build - run: pnpm docs:build + run: pnpm build - name: Deploy uses: peaceiris/actions-gh-pages@v3