diff --git a/.github/workflows/markdown-link-checker.json b/.github/workflows/markdown-link-checker.json index 5b2322fd..3e63ca95 100644 --- a/.github/workflows/markdown-link-checker.json +++ b/.github/workflows/markdown-link-checker.json @@ -5,6 +5,9 @@ }, { "pattern": "gitlab.com/profile" + }, + { + "pattern": "docs.github.com" } ] }