From 698bf5f5029f4e0d259b6d756d39344c48ce2166 Mon Sep 17 00:00:00 2001 From: Purp1e <438518244@qq.com> Date: Tue, 19 Dec 2023 21:19:24 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d5b475a..dae44f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 - cache: npm # npm / pnpm / yarn + cache: pnpm # npm / pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies