]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
remove restore keys
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 20:00:29 +0000 (12:00 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 20:00:29 +0000 (12:00 -0800)
.github/workflows/deploy-to-ghpages.yml

index f5e08353fb6487937479b733a76dc376bc184099..857cb0548428685d59b2f944dfef7c6e8fe6e420 100644 (file)
@@ -29,16 +29,12 @@ jobs:
         with:
           path: .astro-cache/assets/
           key: astro-images-${{ hashFiles('src/assets/**/*', 'content/**/*.{gif,jpg,png,svg,webp}') }}
-          restore-keys: |
-            astro-images-
 
       - name: Restore OpenGraph image cache
         uses: actions/cache@v5
         with:
           path: .og-cache/
           key: og-images-${{ hashFiles('content/**/*.{md,mdx}') }}
-          restore-keys: |
-            og-images-
 
       - name: Build
         run: bun run build