diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index 5e18ba54e5..023efc9b09 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -24,10 +24,10 @@ jobs: restore-keys: cache-lychee- - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.3.0 + uses: lycheeverse/lychee-action@v2 with: fail: true - args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose' # other excludes are in .lycheeignore + args: '"./website/docs/**/*.md" "./website/docs/**/*.mdx" "./src/mailtemplates/*.mustache" --scheme http --scheme https --cache --max-cache-age 7d --exclude-mail --verbose --accept 200,429' # other excludes are in .lycheeignore output: ${{ env.issue-content }} # Permissions (issues: read)