From f6867f25c59c5fdcca2a0ddfb78e085f0786a355 Mon Sep 17 00:00:00 2001 From: ginifizz Date: Mon, 6 Jul 2026 11:52:44 +0200 Subject: [PATCH] fix: lychee issue --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c30b164..045713d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -195,4 +195,4 @@ jobs: - name: Check for dead links uses: lycheeverse/lychee-action@v2.8.0 with: - args: --verbose --no-progress --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh + args: --verbose --no-progress --insecure --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh