Skip to content

Commit

Permalink
docs: derp. failed wrong job on cache miss.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 14, 2024
1 parent 51cc47f commit 47f49ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
"docs/assets/fonts/${{env.font}}NerdFont"
"docs/assets/fonts/default-font.css"
key: "${{env.font}}-${{env.version}}"
fail-on-cache-miss: true

- name: Checkout processing script
if: steps.cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -72,6 +71,7 @@ jobs:
"docs/assets/fonts/${{env.font}}NerdFont"
"docs/assets/fonts/default-font.css"
key: "${{env.font}}-${{env.version}}"
fail-on-cache-miss: true

- name: Setup Python
uses: actions/[email protected]
Expand Down

0 comments on commit 47f49ce

Please sign in to comment.