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 e845726 commit ec3c3d6
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)|nyti.ms' *.md
args: --verbose --exclude '((doi|genderit)\.org)|nyti.ms' './**/*.md' './**/*.html'
fail: true

0 comments on commit ec3c3d6

Please sign in to comment.