We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e59f3 commit 220769fCopy full SHA for 220769f
.github/workflows/deploy.yml
@@ -20,12 +20,12 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v6
23
- - name: Cache images
+ - name: Cache media
24
uses: actions/cache@v4
25
with:
26
- path: node_modules/.cache/astro-optimize-images
27
- key: image-cache-${{ runner.os }}-${{ hashFiles('**/src/assets/**') }}
28
- restore-keys: image-cache-${{ runner.os }}-
+ path: node_modules/.cache/astro-optimize-media
+ key: media-cache-${{ runner.os }}-${{ hashFiles('**/src/assets/**') }}
+ restore-keys: media-cache-${{ runner.os }}
29
- name: Install dependencies and build and upload website
30
uses: withastro/action@v5
31
0 commit comments