diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85717707..50f3ede0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Check links in markdown files uses: lycheeverse/lychee-action@v2 with: - args: "--verbose --no-progress --root-dir docs --exclude-path 'docs/includes.md' --exclude 'http://127*' --exclude 'http://localhost' './docs/**/*.md'" + args: "--verbose --no-progress --root-dir docs --exclude-path 'docs/includes.md' --exclude 'http://127*' --exclude 'http://localhost' --exclude 'npmjs\\.com' './docs/**/*.md'" fail: true deploy: