From ea2e9c48fd276e11bdec57abc539d1dbc4d8fac6 Mon Sep 17 00:00:00 2001 From: nikohl-de Date: Mon, 9 Dec 2024 10:00:27 +0100 Subject: [PATCH] fixed exclude links --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index c6e44911..19b1243d 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -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