diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 63f4600c..3e2724e3 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -26,6 +26,8 @@ jobs: id: lychee env: GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}" + with: + args: --base . --verbose --no-progress './**/*.md' './**/*.html' --exclude-path ./CONTRIBUTORS.md --exclude-path ./CHANGELOG.md - name: Find Link Checker Issue id: link-checker-issue