Skip to content

Commit d72fd60

Browse files
tobixenclaude
andcommitted
fix: update lychee link checker configuration to fix CI failures
The --accept flag in lychee v2 replaces default accepted status codes instead of adding to them, causing 200 responses to be rejected when --accept 429 is used. Remove --accept 429 and match the working configuration used in the caldav project (timeout 20, max-retries 3). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c7b8476 commit d72fd60

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
with:
1313
fail: true
1414
args: >-
15-
--timeout 10
16-
--max-retries 2
17-
--accept 429
15+
--timeout 20
16+
--max-retries 3
1817
'**/*.md'
1918
'**/*.rst'

0 commit comments

Comments
 (0)