feat(ci): cache node_modules/.astro
All checks were successful
Deploy to SFTP Server / build (push) Successful in 16m15s

This commit is contained in:
max_richter 2024-04-06 16:33:30 +02:00
parent d1c4d505fe
commit 3a8a3987b1

View File

@ -57,6 +57,12 @@ jobs:
path: ${{ env.PNPM_STORE_PATH }} path: ${{ env.PNPM_STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} 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 - name: 🔄 Pull Git LFS files
run: git lfs pull run: git lfs pull