We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cfb0f8 + a958e64 commit 1334f13Copy full SHA for 1334f13
.github/workflows/broken-links.yml
@@ -14,6 +14,6 @@ jobs:
14
id: lc
15
uses: lycheeverse/lychee-action@v2
16
with:
17
- args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
+ args: --no-progress './**/*.md' './**/*.html' --insecure --verbose --accept 200,204,206 --exclude '^http://npmjs\.org' --exclude '^http://www\.npmjs\.com'
18
- name: Fail?
19
run: 'exit ${{ steps.lc.outputs.exit_code }}'
0 commit comments