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'