Skip to content

Commit

Permalink
Update lychee action to catch bad link at the base directory level (#362
Browse files Browse the repository at this point in the history
)

* Change where lychee recurses from

* Add badlink for testing

* Add fail indication to workflow for lychee

* Remove bad link used for testing
  • Loading branch information
willingc authored Apr 3, 2024
1 parent d8bdce3 commit e6fab44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress _site/**/*.html
fail: true
args: --verbose --no-progress _site/*.html
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit e6fab44

Please sign in to comment.