1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00
This commit is contained in:
sjaanus 2023-10-23 13:11:47 +03:00
parent 46577d72d5
commit 6274f02972
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -28,6 +28,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
debug: true
fail: true
args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore
output: ${{ env.issue-content }}