We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ca946 commit 26e7827Copy full SHA for 26e7827
.github/workflows/check-links.yml
@@ -37,6 +37,7 @@ jobs:
37
id: lychee
38
uses: lycheeverse/[email protected]
39
with:
40
+ fail: false # Don't fail action on broken links
41
output: /tmp/lychee-out.md
42
# 429: Too many requests
43
args: >
0 commit comments