From: Cameron Otsuka Date: Mon, 29 Dec 2025 19:32:27 +0000 (-0800) Subject: fix hashed file locations X-Git-Tag: v2.2.0~9 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=b7655a98237589d32fb8024445fb023b77b3b349;p=cotsuka.github.io fix hashed file locations --- diff --git a/.github/workflows/deploy-to-ghpages.yml b/.github/workflows/deploy-to-ghpages.yml index 8672861..a65cb0c 100644 --- a/.github/workflows/deploy-to-ghpages.yml +++ b/.github/workflows/deploy-to-ghpages.yml @@ -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-