Skip to content

Commit a0185ae

Browse files
committed
Check internal links only
1 parent d4a0fb0 commit a0185ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Check links
4343
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
4444
with:
45-
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress
45+
args: "--offline --exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress
4646
--accept '100..=103,200..=299,429,500..=511'
4747
--timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
4848
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)