diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index c8ce1395..8445a7b0 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -16,7 +16,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.0.6 with: - args: --verbose --timeout 120 --no-progress *.md + args: --verbose --max-concurrency 32 --timeout 120 --no-progress *.md - name: Create Issue From File if: ${{ steps.lychee.outputs.exit_code != 0 }}