Skip to content

Commit 26e7827

Browse files
authored
Don't fail lychee-action on broken links
Xref lycheeverse/lychee-action#85
1 parent 17ca946 commit 26e7827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-links.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
id: lychee
3838
uses: lycheeverse/[email protected]
3939
with:
40+
fail: false # Don't fail action on broken links
4041
output: /tmp/lychee-out.md
4142
# 429: Too many requests
4243
args: >

0 commit comments

Comments
 (0)