Skip to content

Commit

Permalink
Fix headers for GitHub Docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
hrittikhere committed Jun 10, 2022
1 parent a909ca5 commit e339d5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: ".markdownlinkcheck.json"
13 changes: 13 additions & 0 deletions .markdownlinkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}

{
"httpHeaders": [
{
"urls": [
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}

0 comments on commit e339d5f

Please sign in to comment.