]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
brace expansion doesn't work
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 20:06:39 +0000 (12:06 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 29 Dec 2025 20:06:39 +0000 (12:06 -0800)
.github/workflows/deploy-to-ghpages.yml

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