Try to cache the eleventy build step
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled
This commit is contained in:
parent
bf3d4fcf1b
commit
fc889f23da
@ -14,6 +14,12 @@ jobs:
|
||||
node-version: 20.x
|
||||
- name: Install dependencies 📦
|
||||
run: npm ci
|
||||
- name: Cache build
|
||||
id: cache-eleventy-build
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .cache
|
||||
key: cache-eleventy-build
|
||||
- name: Build eleventy
|
||||
run: npm run build
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user