Skip to content

Commit 28dd478

Browse files
1 parent 8ab883b commit 28dd478

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
path: |
2828
.cache
2929
img
30-
key: ${{ runner.os }}-11ty
30+
key: 11ty-${{ runner.os }}-${{ github.run_id }}
31+
restore-keys: |
32+
11ty-${{ runner.os }}
33+
${{ runner.os }}-11ty
3134
- name: Build 11ty site
3235
run: yarn build
3336
env:
@@ -39,7 +42,7 @@ jobs:
3942
path: |
4043
.cache
4144
img
42-
key: ${{ runner.os }}-11ty
45+
key: 11ty-${{ runner.os }}-${{ github.run_id }}
4346
- name: Publish to Cloudflare Pages
4447
uses: cloudflare/pages-action@v1
4548
with:

0 commit comments

Comments
 (0)