소스 검색

ci: deploy-h5.yml

菲鸽 2 년 전
부모
커밋
5c6d4089d5
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      .github/workflows/deploy-h5.yml

+ 0 - 10
.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