Skip to content

Commit bab6a6a

Browse files
author
magicletur
committed
fix(ci): drop removed --exclude-mail flag from lychee (mail excluded by default in v0.23)
1 parent 53663af commit bab6a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run lychee
7272
uses: lycheeverse/lychee-action@v2
7373
with:
74-
args: --no-progress --include-fragments --exclude-mail './**/*.md'
74+
args: --no-progress --include-fragments './**/*.md'
7575
fail: true
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)