Always write to cache
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m50s

This commit is contained in:
Lewis Dale 2024-03-08 08:29:28 +00:00
parent 6540d15033
commit 05beb4ef9b

View File

@ -19,7 +19,9 @@ jobs:
uses: actions/cache@v4
with:
path: .cache
key: cache-eleventy-build
key: cache-eleventy-build-${{ gitea.run_id }}
restore-keys: |
cache-eleventy-build
- name: Build eleventy
run: npm run build
env: