From 4db16b38257dc40f08469cdd44d16fd65164c65d Mon Sep 17 00:00:00 2001 From: xiangheng <11675084@qq.com> Date: Fri, 28 Jun 2024 12:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index e25b50a..4b80e84 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: pnpm # 或 pnpm / yarn + cache: # 或 pnpm / yarn - name: Install dependencies run: pnpm install working-directory: docs