We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709deec commit a8335e6Copy full SHA for a8335e6
.github/workflows/linkcheck.yml
@@ -2,7 +2,7 @@ name: Link Checker (lychee)
2
on:
3
schedule:
4
# UTC 23:00 is early morning in Australia (9am)
5
- - cron: '0 23 * * *'
+ - cron: '0 23 * * 1'
6
workflow_dispatch:
7
jobs:
8
link-checking:
@@ -21,7 +21,7 @@ jobs:
21
uses: lycheeverse/lychee-action@v2
22
with:
23
fail: false
24
- args: --accept 403,503 *.html
+ args: --accept 200,403,503 *.html
25
- name: Create Issue From File
26
if: steps.lychee.outputs.exit_code != 0
27
uses: peter-evans/create-issue-from-file@v5
0 commit comments