We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a1845 commit e7401dcCopy full SHA for e7401dc
.github/workflows/Broken-links-checker-final.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
args: >
35
--verbose --exclude-mail --no-progress --exclude ^https?://
36
+ --include-comments false
37
${{ steps.changed-files.outputs.md_files }}
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -43,6 +44,7 @@ jobs:
43
44
45
46
47
48
'**/*.md'
49
output: lychee/out.md
50
0 commit comments