From: Cameron Otsuka Date: Mon, 29 Dec 2025 20:00:29 +0000 (-0800) Subject: remove restore keys X-Git-Tag: v2.2.0~5 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=b7412019eacc2c393a5f2393992b563253543d37;p=cotsuka.github.io remove restore keys --- diff --git a/.github/workflows/deploy-to-ghpages.yml b/.github/workflows/deploy-to-ghpages.yml index f5e0835..857cb05 100644 --- a/.github/workflows/deploy-to-ghpages.yml +++ b/.github/workflows/deploy-to-ghpages.yml @@ -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