Skip to content

Commit 0f6209a

Browse files
Update lychee-links.yml
1 parent 1358598 commit 0f6209a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lychee-links.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- name: Run Lychee link checker
1616
uses: lycheeverse/[email protected]
1717
with:
18-
args: "--verbose --exclude-mail --no-progress '**/*.md'"
18+
args: >
19+
--verbose
20+
--exclude-mail
21+
--no-progress
22+
--exclude ^https?://
23+
'**/*.md'
1924
env:
2025
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)