We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbaaee commit 470e63dCopy full SHA for 470e63d
1 file changed
.github/workflows/ci.yml
@@ -122,7 +122,9 @@ jobs:
122
with:
123
path: |
124
node_modules/.astro/assets
125
- key: static
+ key: astro-assets-${{ hashFiles('src/assets/**') }}
126
+ restore-keys: |
127
+ astro-assets-
128
129
# The starlight-links-validator plugin runs in astro:build:done, which fires
130
# AFTER all pages have been written to dist/. If link validation fails, the
0 commit comments