diff --git a/.github/workflows/markdown-link-check.json b/.github/workflows/markdown-link-check.json index 3fff32c..2266b9e 100644 --- a/.github/workflows/markdown-link-check.json +++ b/.github/workflows/markdown-link-check.json @@ -1,3 +1,8 @@ { + "ignorePatterns": [ + { + "pattern": "^http://example.net" + } + ], "aliveStatusCodes": [429, 200] -} \ No newline at end of file +}