diff --git a/.github/workflows/link-checker-full.yaml b/.github/workflows/link-checker-full.yaml index 658c2d23..24b4ea9f 100644 --- a/.github/workflows/link-checker-full.yaml +++ b/.github/workflows/link-checker-full.yaml @@ -3,7 +3,7 @@ name: "Link Checker with External Links" on: schedule: - - cron: '0 10 * * *' # Daily at 10 + - cron: '0 18 * * *' # Daily at 18:00 UTC workflow_dispatch: jobs: @@ -16,4 +16,4 @@ jobs: - name: "Link Checker" uses: "filiph/linkcheck@3.0.0" with: - arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e https://authzed.com/docs" + arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings https://authzed.com/docs" diff --git a/linkcheck-skip.txt b/linkcheck-skip.txt index 7158cc91..b6ee6880 100644 --- a/linkcheck-skip.txt +++ b/linkcheck-skip.txt @@ -1,4 +1,5 @@ .*/_next/.* +/js/script.js https://authzed.com/zanzibar/.* https://pkg.go.dev/.* https://pprof.me