From fe5d3dc46635e5ef2ccfa31f0ed0a1a3fed31eea Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 9 Jul 2024 00:27:44 +0200 Subject: [PATCH] Update ci.yml Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97210f8..4edc191 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: lycheeverse/lychee-action@v1 with: lycheeVersion: '0.13.0' - args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude https://linkedin.com/in/heinrichreimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/ + args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude https://linkedin.com/in/heinrichreimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --retry-wait-time 10 --max-redirects 10 --timeout 60 --method HEAD public/ fail: true - name: 📤 Upload public pages uses: actions/upload-artifact@v4