Skip to content

Commit 80d8ac5

Browse files
authored
Modify exclusion paths in check_links.yml
Updated exclusion paths for link checking in workflow.
1 parent 202af66 commit 80d8ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --offline
4848
--accept '100..=103,200..=299,429,500..=511'
49-
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/**/*.md' --exclude-path './docs/ehrql/includes/**/*.html'"
49+
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/**/*.md' --exclude-path './docs/ehrql/**/*.html'"

0 commit comments

Comments
 (0)