From 998ef6c080e22e008986f4c4421ff1c59d19078a Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Wed, 23 Oct 2024 23:10:37 +0200 Subject: [PATCH] Update link check action (#1542) --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0742f64..3bf8298 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