We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce29435 commit baa04adCopy full SHA for baa04ad
1 file changed
.github/workflows/check_links.yml
@@ -43,4 +43,4 @@ jobs:
43
with:
44
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --offline
45
--accept '100..=103,200..=299,429,500..=511'
46
- --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
+ --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs/**/*.md' --exclude-path './docs/ehrql/includes/generated_docs/**/*.html'"
0 commit comments