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