Skip to content

Commit 029bf2f

Browse files
committed
Don't fail on broken links
1 parent 0e0b2ff commit 029bf2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/broken-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Link Checker
2020
id: lychee
2121
uses: lycheeverse/lychee-action@v2
22+
with:
23+
fail: false # Don't fail on broken links, create an issue instead
2224

2325
- name: Find already existing issue
2426
id: find-issue

0 commit comments

Comments
 (0)