Exclude releases directory from links checker

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-12-10 12:15:53 -08:00
parent f67c1632f5
commit 98526c9d38
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
# Fail action on broken links
fail: true
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
args: --exclude-path vendor --exclude-path releases --timeout 30 --no-progress './**/*.md'
format: markdown
# Write GitHub job summary
jobSummary: true