From 0ac19964e73a92d1dcca914ec1cdc3dd1f061f9e Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 11 Apr 2022 09:11:07 +0200 Subject: [PATCH] ci: ignore versioned_docs with find_closed_references (#1753) --- .github/workflows/housekeeping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index d1bda91b6..e415cb060 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -27,7 +27,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} issueLimit: ${{ github.event.inputs.issueLimit || '5' }} - ignore: .git,/docs/releases/* + ignore: .git,/docs/releases/*,/website/versioned* find_broken_links: if: github.repository_owner == 'libretime'