Tune 404 checker to exclude false-positives and use intended file path (#16636)

This commit is contained in:
Eddie Rowe 2023-03-15 10:27:43 -05:00 committed by GitHub
parent e557fb4e8c
commit 48f0a2837b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.6.1
with:
args: ./docs --base https://developer.hashicorp.com/ --exclude-all-private --exclude .png --exclude .svg --max-concurrency=24 --no-progress --verbose
args: ./website/content/docs/ --base https://developer.hashicorp.com/ --exclude-all-private --exclude '\.(svg|gif|jpg|png)' --exclude 'manage\.auth0\.com' --max-concurrency=24 --no-progress --verbose
# Fail GitHub action when broken links are found?
fail: false
env: