Skip to content

Commit

Permalink
Merge pull request #1671 from opensafely/ignore-some-check-links-errors
Browse files Browse the repository at this point in the history
Ignore some errors when checking links
  • Loading branch information
lucyb authored Nov 13, 2024
2 parents 5fe77f6 + 01983db commit 48f272e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- name: Check links
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress
--accept '100..=103,200..=299,429,500..=511'
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 48f272e

Please sign in to comment.