Skip to content

Commit 0f2d0e3

Browse files
authored
chore: skip fragment link checks with lychee (#1839)
Recent `lychee` updates (`0.19.0` and above) improve Lychee and align it more with the HTML spec. This, however, also means that Lychee now finds 2000+ "broken" links due to incorrect setup in this repo. Since fragment links inside of docs.apify.com are checked internally with Docusaurus anyway, this PR disables the fragment link checker in Lychee.
1 parent 7a04a11 commit 0f2d0e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/lychee.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
--max-retries 6
4747
--verbose
4848
--no-progress
49-
--include-fragments
5049
--accept '100..=103,200..=299,403..=403,429'
5150
--format markdown
5251
'./build/**/*.html'

0 commit comments

Comments
 (0)