Skip to content

Commit

Permalink
repo: use proper dir for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MultisampledNight committed Jan 10, 2025
1 parent 2f51ef2 commit 97fcf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: cache-jetbrainsmononl-lf
uses: actions/cache@v4
with:
path: cache-jetbrainsmono
path: jetbrains-mono
key: cache-jetbrainsmono-3.3.0
- name: Download JetBrainsMono if uncached
if: steps.cache-jetbrainsmono.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 97fcf25

Please sign in to comment.