From cd60d21c9df6a28121dcbe4b4275fe8c5acae5bb Mon Sep 17 00:00:00 2001 From: atdunbg Date: Tue, 14 Oct 2025 02:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/deploy.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6325bbf..c5536cf 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,14 +14,14 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' # 启用npm缓存 + # cache: 'npm' # 启用npm缓存 - name: Cache node_modules uses: actions/cache@v4 id: npm-cache with: path: | node_modules - ~/.npm + # ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-