Skip to content

Commit f48a883

Browse files
committed
implement kody's suggestion
1 parent 79937ba commit f48a883

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: npm ci
197197
if: steps.node-modules-cache.outputs.cache-hit != 'true'
198198

199-
- uses: actions/cache/restore@v5
199+
- uses: actions/cache@v5
200200
with:
201201
path: |
202202
node_modules/.astro/assets
@@ -230,12 +230,6 @@ jobs:
230230
echo "failed=false" >> "$GITHUB_OUTPUT"
231231
fi
232232
233-
- uses: actions/cache/save@v5
234-
with:
235-
path: |
236-
node_modules/.astro/assets
237-
key: static
238-
239233
- uses: actions/upload-artifact@v7
240234
with:
241235
name: dist

0 commit comments

Comments
 (0)