diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 00e95d17..25e60df9 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -32,7 +32,11 @@ jobs: id: lychee uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0 with: - args: --verbose --no-progress _site/*.html + args: > + --verbose + --no-progress + --exclude '^/.*' + _site env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}