feat(ci): cache node_modules/.astro
All checks were successful
Deploy to SFTP Server / build (push) Successful in 16m15s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 16m15s
This commit is contained in:
parent
d1c4d505fe
commit
3a8a3987b1
6
.github/workflows/default.yaml
vendored
6
.github/workflows/default.yaml
vendored
@ -57,6 +57,12 @@ jobs:
|
||||
path: ${{ env.PNPM_STORE_PATH }}
|
||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
|
||||
- name: 📷 Cache Astro Images
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: node_modules/.astro
|
||||
key: ${{ runner.os }}-astro-v1
|
||||
|
||||
- name: 🔄 Pull Git LFS files
|
||||
run: git lfs pull
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user