Skip to content

linkcheck: Update ignore list #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/link-checker-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -16,4 +16,4 @@ jobs:
- name: "Link Checker"
uses: "filiph/[email protected]"
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"
1 change: 1 addition & 0 deletions linkcheck-skip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*/_next/.*
/js/script.js
https://authzed.com/zanzibar/.*
https://pkg.go.dev/.*
https://pprof.me
Expand Down
Loading