File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Links
1
+ name : Link check (weekly)
2
2
3
3
on :
4
4
repository_dispatch :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : " 10 02 * * * "
7
+ - cron : " 10 02 * * 6 "
8
8
9
9
jobs :
10
10
linkChecker :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Link Checker
16
16
id : lychee
17
17
uses : lycheeverse/lychee-action@v1.9.0
18
+ with :
19
+ args : --verbose --no-progress _site/*.html
20
+ env :
21
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
18
22
19
23
- name : Create Issue From File
20
24
if : env.lychee_exit_code != 0
21
- uses : peter-evans/create-issue-from-file@v4
25
+ uses : peter-evans/create-issue-from-file@v5
22
26
with :
23
27
title : Link Checker Report
24
28
content-filepath : ./lychee/out.md
You can’t perform that action at this time.
0 commit comments