Skip to content

Commit

Permalink
chore: Disable docs.github.com for link checks (#4945)
Browse files Browse the repository at this point in the history
This was causing CI to fail... maybe they have bot detection?
  • Loading branch information
kylecarbs committed Nov 8, 2022
1 parent 165b6fb commit bf2f7b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
{
"pattern": "developer.github.com"
},
{
"pattern": "docs.github.com"
},
{
"pattern": "support.google.com"
},
{
"pattern": "tailscale.com"
}
Expand Down

0 comments on commit bf2f7b5

Please sign in to comment.