diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index b22a396..3c9cce3 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -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