Always write to cache
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m50s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m50s
This commit is contained in:
parent
6540d15033
commit
05beb4ef9b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user