Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
id: lc
uses: lycheeverse/lychee-action@v2
with:
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'
- name: Fail?
run: 'exit ${{ steps.lc.outputs.exit_code }}'
Loading