We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a0fb0 commit a0185aeCopy full SHA for a0185ae
.github/workflows/check_links.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Check links
43
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
44
with:
45
- args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress
+ args: "--offline --exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress
46
--accept '100..=103,200..=299,429,500..=511'
47
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
48
token: ${{secrets.GITHUB_TOKEN}}
0 commit comments