ci: ignore versioned_docs with find_closed_references (#1753)

This commit is contained in:
Jonas L 2022-04-11 09:11:07 +02:00 committed by GitHub
parent 561ba7fbf0
commit 0ac19964e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'