diff --git a/.markdown-link-check.json b/.markdown-link-check.json index fe469df2..ea266716 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -1,4 +1,12 @@ { + "httpHeaders": [ + { + "urls": ["https://docs.github.com/"], + "headers": { + "Accept-Encoding": "gzip, deflate, br" + } + } + ], "retryOn429": true, "retryCount": 3, "aliveStatusCodes": [200, 206], diff --git a/workflow-templates/assets/check-markdown/.markdown-link-check.json b/workflow-templates/assets/check-markdown/.markdown-link-check.json index da798797..c5e178dd 100644 --- a/workflow-templates/assets/check-markdown/.markdown-link-check.json +++ b/workflow-templates/assets/check-markdown/.markdown-link-check.json @@ -1,4 +1,12 @@ { + "httpHeaders": [ + { + "urls": ["https://docs.github.com/"], + "headers": { + "Accept-Encoding": "gzip, deflate, br" + } + } + ], "retryOn429": true, "retryCount": 3, "aliveStatusCodes": [200, 206]