Skip to content

Commit ccf2995

Browse files
committed
fix(ci): remove invalid --include-mail=false arg from lychee link checker
The --include-mail flag in lychee v0.23.0 does not accept a value. Passing --include-mail=false caused lychee to exit with an error on every run, which in turn triggered the Create Issue From File step to open a new issue even though there were no broken links to report.
1 parent 37cd5f2 commit ccf2995

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/link-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
args: |
4141
docs/.vitepress/dist
4242
--root-dir docs/.vitepress/dist
43-
--include-mail=false
4443
--exclude "^file://"
4544
--accept '200..=299,403'
4645
# Don't fail action on broken links (we'll create an issue instead)

0 commit comments

Comments
 (0)