Skip to content

Commit fba21ed

Browse files
author
markzegarelli
committed
remove manual output
1 parent df1930d commit fba21ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Link Checker
4040
uses: lycheeverse/[email protected]
4141
with:
42-
args: --verbose --no-progress **/*.html -a 429 -c ./lychee.toml -o lychee-out.txt
42+
args: --verbose --no-progress **/*.html -a 429 -c ./lychee.toml
4343
env:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545
- name: "exclude non-400 errors"

0 commit comments

Comments
 (0)