From 8a311a89849c06d76d284ff3cc87925947eec95b Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Wed, 7 Dec 2022 09:34:30 -0500 Subject: [PATCH] Updated ignore pattern to correct default value --- .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 4df0c083d..bd3634ba7 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -9,7 +9,7 @@ on: ignorePattern: description: 'a pattern provided to grep for files/directories to ignore' required: false - default: '^docs/' + default: '^website/' type: string markdownLinkCheckConfig: description: 'the path to the markdown link check config file'