diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index af5966d..09d5d66 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -18,3 +18,5 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 + with: + args: --base . --verbose --no-progress --exclude-path '\.github' './**/*.md'