diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index fdcb96c08303..07f192d2843e 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -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 }}