mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
fix: lychee action after upgrade (#10499)
Adapt to some breaking changes: https://github.com/lycheeverse/lychee/releases Mainly remove --exclude-mail option
This commit is contained in:
parent
a99e5bc4b4
commit
2c97fd2941
2
.github/workflows/check_links.yaml
vendored
2
.github/workflows/check_links.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
fail: true
|
||||
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose --accept 200,429' # other excludes are in .lycheeignore
|
||||
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --verbose --accept 100..=103,200..=299,429' # other excludes are in .lycheeignore
|
||||
output: ${{ env.issue-content }}
|
||||
|
||||
# Permissions (issues: read)
|
||||
|
Loading…
Reference in New Issue
Block a user