File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
39
39
- name : Link Checker
40
40
uses :
lycheeverse/[email protected]
41
41
with :
42
- args : --verbose --no-progress **/*.html -a 429 -c ./lychee.toml
42
+ args : --verbose --no-progress _site/ **/*.html -a 429 -c ./lychee.toml
43
43
env :
44
44
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
45
- # - name: "exclude non-400 errors"
46
- # run: |
47
- # cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out .md
45
+ - name : " exclude non-400 errors"
46
+ run : |
47
+ cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out2 .md
48
48
- name : Create Issue From File
49
49
uses : peter-evans/create-issue-from-file@v3
50
50
with :
51
51
title : Link Checker Report
52
- content-filepath : ./lychee/out .md
52
+ content-filepath : ./lychee/out2 .md
53
53
labels : report, automated issue
You can’t perform that action at this time.
0 commit comments