Just a little heads-up.
You seem to be using the deprecated flag --exclude-mail of lychee.
With the next release the flag might be removed, so your invocation of lychee will exit with an error.
You're using lycheeverse/lychee-action@master in your pipeline.
I recommend switching to a specific released version to prevent similar issues in the future.
See:
|
args: --verbose --no-progress --accept 200,204,206,406,429,999 --exclude-mail ./sections/*.md |
Just a little heads-up.
You seem to be using the deprecated flag
--exclude-mailof lychee.With the next release the flag might be removed, so your invocation of lychee will exit with an error.
You're using
lycheeverse/lychee-action@masterin your pipeline.I recommend switching to a specific released version to prevent similar issues in the future.
See:
Cookbook/.github/workflows/linkchecker.yml
Line 17 in e6e0083