From 304736a085520312c0581e04a804fc17bba25ab7 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sun, 10 Aug 2025 17:21:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9github=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index d032c6e7..ba11076f 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -35,7 +35,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24 - cache: 'npm' - name: Install dependencies run: npm install