File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
3030 JEKYLL_ENV : production
3131
3232 - name : Link Checker
33- uses :
lycheeverse/[email protected] 33+ id : lychee
34+ uses : lycheeverse/lychee-action@v2
3435 with :
35- args : --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36+ args : --base _site/ -- verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
3637 fail : true
37- env :
38- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
3938
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