diff --git a/.github/workflows/markdown-link-check-config.json b/.github/workflows/markdown-link-check-config.json index a79ee8f93..1044cc6e5 100644 --- a/.github/workflows/markdown-link-check-config.json +++ b/.github/workflows/markdown-link-check-config.json @@ -26,6 +26,9 @@ }, { "pattern": "^https://platform.openai.com" + }, + { + "pattern": "^https://stackoverflow.com" } ], "timeout": "20s",