Skip to content

Commit bc5727c

Browse files
committed
fix(ci): fix for link-checker workflow [skip ci]
Related issue: #264
1 parent f827c8f commit bc5727c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/link-checker.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
id: lychee
1818
uses: lycheeverse/lychee-action@v2
1919
with:
20-
args: --base . --verbose --no-progress './**/*.md' --accept 100..=103,200..=299,429
20+
args: >-
21+
'./**/*.md'
22+
--verbose
23+
--no-progress
24+
--user-agent 'Mozilla/5.0 (X11; Linux x86_64) Chrome/134.0.0.0'
25+
--retry-wait-time 30
26+
--max-retries 5
27+
--accept 100..=103,200..=299,429
28+
--cookie-jar cookies.json
29+
--exclude-all-private
2130
format: markdown
2231
fail: true

0 commit comments

Comments
 (0)