From ccd6bcb290adf43b1bcf770dd996ffcfaacdc433 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Tue, 10 Oct 2023 20:35:58 +0800 Subject: [PATCH] =?UTF-8?q?build=EF=BC=9A=20update=20deploy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e944be3..cd28e1f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,11 +8,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Clear Cache - uses: actions/cache@v2 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} + - name: Clear npm cache + run: npm cache clean --force - uses: actions/checkout@v3