Skip to content

Commit a958e64

Browse files
authored
Update broken-links.yml
1 parent 640c499 commit a958e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
id: lc
1515
uses: lycheeverse/lychee-action@v2
1616
with:
17-
args: --no-progress './**/*.md' './**/*.html' --insecure --verbose --accept 200,204,206 --exclude '^npmjs'
17+
args: --no-progress './**/*.md' './**/*.html' --insecure --verbose --accept 200,204,206 --exclude '^http://npmjs\.org' --exclude '^http://www\.npmjs\.com'
1818
- name: Fail?
1919
run: 'exit ${{ steps.lc.outputs.exit_code }}'

0 commit comments

Comments
 (0)