From 20aaa836ae7d4fd11f0541f72f2e260bd67d699d Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Tue, 14 Jan 2025 17:40:23 +0000 Subject: [PATCH] handle missing pdf cache key --- .github/workflows/deploy-to-netlify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-netlify.yml b/.github/workflows/deploy-to-netlify.yml index 35b3ff137b1..1d5f48c1c55 100644 --- a/.github/workflows/deploy-to-netlify.yml +++ b/.github/workflows/deploy-to-netlify.yml @@ -52,6 +52,7 @@ jobs: key: ${{ inputs.pages-cache-key }} - name: Pull PDF cache + if: ${{ inputs.pdf-cache-key }} uses: actions/cache/restore@v4 with: path: |