Skip to content

Commit

Permalink
stop calling nyti.ms; they don't like bots
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Sep 7, 2024
1 parent c0a67ad commit e1dc086
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)|nyti.ms' *.md
fail: true

0 comments on commit e1dc086

Please sign in to comment.