From 63f44c7ca55d7295b4b47809b74f8a55f58fd95b Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Sun, 31 Mar 2024 18:04:42 +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 23977e0..31a8511 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 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --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 heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/ fail: true - name: 📤 Upload public pages uses: actions/upload-artifact@v4