From 5c6d4089d58a9cc42711454f0b9f7c90e6a0c794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sat, 17 Feb 2024 15:53:37 +0800 Subject: [PATCH] ci: deploy-h5.yml --- .github/workflows/deploy-h5.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deploy-h5.yml b/.github/workflows/deploy-h5.yml index af00edc..c3278d8 100644 --- a/.github/workflows/deploy-h5.yml +++ b/.github/workflows/deploy-h5.yml @@ -27,16 +27,6 @@ jobs: with: node-version: '18' cache: 'pnpm' - - name: Restore cache - uses: actions/cache@v3 - with: - path: | - dist/build/h5 - # Generate a new cache whenever packages or source files change. - key: ${{ runner.os }}-unibest-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} - # If source files changed but packages didn't, rebuild from a prior cache. - restore-keys: | - ${{ runner.os }}-unibest-${{ hashFiles('**/pnpm-lock.yaml') }}- - name: Install dependencies run: pnpm i - name: Build