diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 5f39cf7..f61dfd6 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -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 }}'