diff --git a/.github/scripts/markdown_link_check_config.json b/.github/scripts/markdown_link_check_config.json index 102a44b1a..c8805d579 100644 --- a/.github/scripts/markdown_link_check_config.json +++ b/.github/scripts/markdown_link_check_config.json @@ -23,5 +23,6 @@ { "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html" } - ] + ], + "aliveStatusCodes": [429, 200] }