Skip to content

Commit

Permalink
make link check recursive
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Sep 15, 2024
1 parent 79c613e commit 2a2227f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Run lychee link checker
uses: lycheeverse/[email protected]
with:
args: --verbose --exclude '(doi|genderit)\.org' *.md
args: --verbose --exclude '(doi|genderit)\.org' './**/*.md' './**/*.html'
fail: true

0 comments on commit 2a2227f

Please sign in to comment.