Skip to content

Commit 0d7afc3

Browse files
authored
docs: change link checker behaviour (#1257)
1 parent 320b9ca commit 0d7afc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lychee.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
3939
with:
40-
fail: false
40+
fail: true
4141
args: >
4242
--base https://docs.apify.com
4343
--exclude-path 'build/versions.html'
4444
--max-retries 6
4545
--verbose
4646
--no-progress
47+
--include-fragments
4748
--accept '100..=103,200..=299,403..=403,429'
4849
--format markdown
4950
'./build/**/*.html'

0 commit comments

Comments
 (0)