File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
JEKYLL_ENV : production
31
31
32
32
- name : Link Checker
33
- uses :
lycheeverse/[email protected]
33
+ id : lychee
34
+ uses : lycheeverse/lychee-action@v2
34
35
with :
35
- args : --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36
+ args : --base _site/ -- verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36
37
fail : true
37
- env :
38
- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
39
38
40
- # - name: Create Issue From File
41
- # uses: peter-evans/create-issue-from-file@v2
42
- # with:
43
- # title: Link Checker Report
44
- # content-filepath: ./lychee/out.md
45
- # labels: report, automated issue
39
+ # - name: Create Issue From File
40
+ # if: steps.lychee.outputs.exit_code != 0
41
+ # uses: peter-evans/create-issue-from-file@v5
42
+ # with:
43
+ # title: Link Checker Report
44
+ # content-filepath: ./lychee/out.md
45
+ # labels: report, automated issue
You can’t perform that action at this time.
0 commit comments