1
0
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:
Gastón Fournier 2025-08-18 07:28:29 -07:00 committed by GitHub
parent a99e5bc4b4
commit 2c97fd2941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)