From cc09e914fd981316dd356fff72c3e89ccce902fa Mon Sep 17 00:00:00 2001 From: Misa Liu Date: Tue, 16 Jan 2024 20:45:43 +0800 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 879d9fc..a1d3486 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,14 +28,8 @@ jobs: node-version: 20 cache: npm - - name: Checkout Cache - uses: actions/cache@v2 - with: - key: ${{ github.ref }} - path: .cache - - name: Install requirements - run: npm ci + run: npm install - name: Build docs run: npm run build