diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 9cadfde..ead9352 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -2,7 +2,7 @@ name: Link Checker [Anaconda, Linux] on: schedule: # UTC 23:00 is early morning in Australia (9am) - - cron: '0 23 * * *' + - cron: '0 23 * * 1' workflow_dispatch: jobs: link-checking: @@ -21,7 +21,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false - args: --accept 403,503 *.html + args: --accept 200,403,503 *.html - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 uses: peter-evans/create-issue-from-file@v5