Skip to content

Commit

Permalink
fix exclude syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Aug 20, 2024
1 parent 7be7e9e commit 8f21f69
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 @@ -15,4 +15,4 @@ jobs:
- name: Lychee link checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --exclude doi\.org|genderit\.org *.md
args: --verbose --exclude '(doi|genderit)\.org' *.md

0 comments on commit 8f21f69

Please sign in to comment.