Skip to content

Commit

Permalink
Merge pull request #668 from peternied/fix-lychee-check
Browse files Browse the repository at this point in the history
Fix lychee failures
  • Loading branch information
peternied committed May 22, 2024
2 parents 7490b6d + 4c2422e commit d43c8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linkCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
--offline
--exclude "file:///github/workspace/*"
--exclude "http://localhost*"
--exclude "https://localhost*"
Expand Down

0 comments on commit d43c8f0

Please sign in to comment.