From b7412019eacc2c393a5f2393992b563253543d37 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 29 Dec 2025 12:00:29 -0800 Subject: [PATCH] remove restore keys --- .github/workflows/deploy-to-ghpages.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.52.0