Skip to content

Commit a8335e6

Browse files
authored
FIX: update linkchecker (#563)
* FIX: update accept on 200 * run weekly not daily
1 parent 709deec commit a8335e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Link Checker (lychee)
22
on:
33
schedule:
44
# UTC 23:00 is early morning in Australia (9am)
5-
- cron: '0 23 * * *'
5+
- cron: '0 23 * * 1'
66
workflow_dispatch:
77
jobs:
88
link-checking:
@@ -21,7 +21,7 @@ jobs:
2121
uses: lycheeverse/lychee-action@v2
2222
with:
2323
fail: false
24-
args: --accept 403,503 *.html
24+
args: --accept 200,403,503 *.html
2525
- name: Create Issue From File
2626
if: steps.lychee.outputs.exit_code != 0
2727
uses: peter-evans/create-issue-from-file@v5

0 commit comments

Comments
 (0)