Skip to content

Commit 2718865

Browse files
authored
Update link-checker.yml
1 parent f283923 commit 2718865

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/link-checker.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ jobs:
1313
permissions:
1414
issues: write
1515
steps:
16+
- uses: actions/cache@v4
17+
with:
18+
path: .lycheecache
19+
key: cache-lychee-${{ github.sha }}
20+
restore-keys: cache-lychee-
21+
1622
- uses: actions/checkout@v4
1723

1824
- name: Link Checker
1925
id: lychee
2026
uses: lycheeverse/lychee-action@v2
2127
with:
22-
args: -q './**/*.md' --accept 403,502
28+
args: -q './**/*.md' --accept 403,502 --cache

0 commit comments

Comments
 (0)