diff --git a/.github/workflows/markdown-link-check-config.json b/.github/workflows/markdown-link-check-config.json index fda83fa87..a79ee8f93 100644 --- a/.github/workflows/markdown-link-check-config.json +++ b/.github/workflows/markdown-link-check-config.json @@ -23,17 +23,14 @@ }, { "pattern": "^https://localhost" + }, + { + "pattern": "^https://platform.openai.com" } ], "timeout": "20s", "retryOn429": true, "retryCount": 3, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [ - 200, - 206, - 429, - 500, - 503 - ] + "aliveStatusCodes": [200, 206, 429, 500, 503] }