Skip to content

Commit 1334f13

Browse files
Merge pull request #85 from Mastercard/rfeelin-patch-3
Update broken-links.yml
2 parents 3cfb0f8 + a958e64 commit 1334f13

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: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
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)