From e05c19bad4c1180d3c2e4f1210a5c5c2bd0dc5a7 Mon Sep 17 00:00:00 2001 From: Steve-xmh <39523898+Steve-xmh@users.noreply.github.com> Date: Wed, 8 Jan 2025 01:36:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 3b6ee7d6..0168b844 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -30,6 +30,7 @@ jobs: - name: 安装依赖并构建网站 run: | pnpm i + pnpm lerna run build --scope "*/react-full" --scope "*/vue" pnpm -F @applemusic-like-lyrics/docs build env: YARN_ENABLE_IMMUTABLE_INSTALLS: false