From 1f3231c0b4070f13b8703a8790ccced313fdf43c Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:18:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20vuepress=E6=9E=84=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index e39a1ac..50dbb0f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,8 +24,9 @@ jobs: version: 8 - name: 切换工作目录并设置Node.js - run: cd docs - uses: actions/setup-node@v3 + run: | + cd docs + pnpm install with: node-version: 20 cache: pnpm