Skip to content

Commit

Permalink
fixed exclude links
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohl-de committed Dec 9, 2024
1 parent bb03d92 commit ea2e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Exclude all links in the "Material" directory.
args: >
.
--exclude ['^https://jira\.hl7\.org', '^https://test.krankenhaus.de']
--exclude "^https://jira\.hl7\.org,^https://test.krankenhaus.de"
--exclude-path ImplementationGuide/style
--exclude-path Material

0 comments on commit ea2e9c4

Please sign in to comment.