Skip to content

Commit

Permalink
docs: try /dev/null for paths we don't want to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 24, 2024
1 parent f17f689 commit 0b46a7b
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 @@ -79,7 +79,7 @@ jobs:
path: |
# docs/assets/fonts/${{env.font}}NerdFont
"data/assets/fonts/${{ matrix.archives }}NerdFont"
${{ matrix.archive == env.nf-default && docs/assets/fonts/default-font.css || '' }}
${{ matrix.archive == env.nf-default && docs/assets/fonts/default-font.css || '/dev/null' }}
key: "${{ env.nf-archives }}-${{ env.version }}"

- name: Checkout processing script
Expand Down

0 comments on commit 0b46a7b

Please sign in to comment.