Skip to content

Commit 33a952a

Browse files
authored
Fix link checker argument (#444)
1 parent e585a20 commit 33a952a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: lychee
2121
uses: lycheeverse/lychee-action@v2.6.1
2222
with:
23-
args: --verbose --max-concurrency 1 --retry-wait-time 30 --exclude-mail './_site/**/*.html'
23+
args: --verbose --max-concurrency 1 --retry-wait-time 30 './_site/**/*.html'
2424
- name: Create Issue From File
2525
if: failure()
2626
uses: peter-evans/create-issue-from-file@v6

0 commit comments

Comments
 (0)