Commit e3f2486
fix: Use correct lychee cache file location
lychee does not support --cache-dir option. Default cache location is .lycheecache.
Changes:
- Remove --cache-dir from lychee-action args
- Update actions/cache path from .github/.lychee.cache to .lycheecache
- Update .gitignore to ignore .lycheecache (not .github/.lychee.cache)
This resolves the --cache-dir option error and properly caches the cache file.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 5eaee04 commit e3f2486
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
0 commit comments