Skip to content

Commit

Permalink
handle missing pdf cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Jan 14, 2025
1 parent a629ad3 commit 20aaa83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

1 comment on commit 20aaa83

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.