Skip to content

Commit 04b3cba

Browse files
authored
Update link check paths in workflow configuration
1 parent 80d8ac5 commit 04b3cba

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/**/*.md' --exclude-path './docs/ehrql/**/*.html'"
49+
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/'

0 commit comments

Comments
 (0)