diff --git a/.github/workflows/link-checking.yml b/.github/workflows/link-checking.yml index c91c029..2f6d4b2 100644 --- a/.github/workflows/link-checking.yml +++ b/.github/workflows/link-checking.yml @@ -23,7 +23,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: # Check all markdown and reStructuredText files - args: --verbose --no-progress --accept 200,201,202,203,204,206,429 '**/*.md' '**/*.rst' + args: --verbose --no-progress --accept 200,201,202,203,204,206,429 --max-retries 3 --timeout 30 '**/*.md' '**/*.rst' # Fail action on broken links fail: true env: