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.
1 parent 9d0dfa2 commit 84ea2ecCopy full SHA for 84ea2ec
.github/workflows/broken-links.yml
@@ -14,6 +14,6 @@ jobs:
14
id: lc
15
uses: lycheeverse/lychee-action@v2
16
with:
17
- args: --no-progress './**/*.md' './**/*.html' --insecure --verbose --accept 200,204,206 --user-agent 'Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; RM-1152) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15254'
+ args: --no-progress './**/*.md' './**/*.html' --insecure --verbose --accept 200,204,206 --exclude '^http://www\.npmjs\.com'
18
- name: Fail?
19
run: 'exit ${{ steps.lc.outputs.exit_code }}'
0 commit comments