ci: deploy-h5.yml

This commit is contained in:
菲鸽 2024-02-17 15:53:37 +08:00
parent 8416fbb704
commit 5c6d4089d5

View File

@ -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