Skip to content

Commit fe0da39

Browse files
authored
fix link checker github action (#1641)
1 parent af491cf commit fe0da39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: lycheeverse/lychee-action@v2.7.0
1717
with:
1818
fail: true
19-
args: --exclude-mail --exclude .+localhost.+ README.md
19+
args: --exclude .+localhost.+ README.md
2020
env:
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)