Skip to content

Commit 89ca732

Browse files
Merge pull request #1150 from andrea-kyurchiev/hotfix/turn-off-fail-if-empty-for-linkchecker
hotfix: do not fail if links are not found
2 parents 21f59a7 + 3c9ef8c commit 89ca732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/link-checker-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
4343
fail: true
44+
failIfEmpty: false
4445
jobSummary: true
4546
env:
4647
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)