Skip to content

Commit ab83e95

Browse files
Update Broken-links-checker-final.yml
1 parent 4515c33 commit ab83e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Broken-links-checker-final.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: lycheeverse/[email protected]
3535
with:
3636
args: >
37-
--verbose --exclude-mail --no-progress --exclude ^https?://
37+
--verbose --exclude-mail --no-progress --exclude ^https?:// --failIfEmpty=false
3838
${{ steps.changed-files.outputs.md_files }}
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
4444
uses: lycheeverse/[email protected]
4545
with:
4646
args: >
47-
--verbose --exclude-mail --no-progress --exclude ^https?://
47+
--verbose --exclude-mail --no-progress --exclude ^https?:// --failIfEmpty=false
4848
'**/*.md'
4949
output: lychee/out.md
5050
env:

0 commit comments

Comments
 (0)