From 387cb4da16441161a67ff3ba793c667d34e2f781 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 16 Jun 2022 15:17:39 +0200 Subject: [PATCH] chore: exclude versionned docs from link checker --- .github/workflows/housekeeping.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index c77a9b916..007838fef 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -43,6 +43,7 @@ jobs: with: args: >- '**/*.md' + --exclude-path 'website/versioned_docs' --require-https --exclude-all-private --exclude-mail