diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0742f64634..3bf82983f8 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,7 +15,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@master with: - args: --verbose --no-progress --exclude example.com -- README.md + args: --verbose --exclude-path benches --exclude-path fixtures . - name: Create Issue From File if: github.repository_owner == 'lycheeverse' && env.lychee_exit_code != 0