From 61e9c1de7674874cdade8fcb1479ad481aa3e1ea Mon Sep 17 00:00:00 2001 From: Jonas Maison Date: Fri, 21 Jun 2024 09:04:24 +0200 Subject: [PATCH] Update --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7075069..3a8cdaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,4 +65,6 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --github-token ${{ secrets.GITHUB_TOKEN }} --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10 + args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10 + fail: true + token: ${{ secrets.GITHUB_TOKEN }}