From 6274f02972b0842ca681e8e6f61ee3f833e4ddd5 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Mon, 23 Oct 2023 13:11:47 +0300 Subject: [PATCH] Debug --- .github/workflows/check_links.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}