]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
fix hashed file locations
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 19:32:27 +0000 (11:32 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 19:32:27 +0000 (11:32 -0800)
.github/workflows/deploy-to-ghpages.yml

index 867286125dd33667a7b3b4b8697f5fc3c2fb0db0..a65cb0c7d6c98910240bc268b4005bed327b32df 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         uses: actions/cache@v5
         with:
           path: .astro-cache
-          key: astro-images-${{ hashFiles('src/assets/**/*') }}
+          key: astro-images-${{ hashFiles('.astro-cache/**/*') }}
           restore-keys: |
             astro-images-
 
@@ -36,7 +36,7 @@ jobs:
         uses: actions/cache@v5
         with:
           path: .og-cache
-          key: og-images-${{ hashFiles('src/content/**/*') }}
+          key: og-images-${{ hashFiles('.og-cache/**/*') }}
           restore-keys: |
             og-images-