Skip to content

Commit 5ea2942

Browse files
authored
Update linkchecker.yml
1 parent a5a291d commit 5ea2942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkchecker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
with:
25-
args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail
25+
args: --verbose --accept=200,429,403 --no-progress "**/*.md" --exclude-mail
2626

2727
- name: Create Issue From File
2828
if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)