Skip to content

Commit

Permalink
Tune 404 checker to exclude false-positives and use intended file path (
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-rowe authored Mar 15, 2023
1 parent e557fb4 commit 48f0a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
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:
Expand Down

0 comments on commit 48f0a28

Please sign in to comment.