Skip to content

Commit

Permalink
(docs) Fix headers for GitHub Docs site (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones authored Apr 26, 2022
1 parent e0e5d68 commit cb5e7c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
max-depth: 4 # exclude the API docs
use-quiet-mode: "yes"
config-file: "markdown_link_check_config.json"
10 changes: 10 additions & 0 deletions markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}

0 comments on commit cb5e7c4

Please sign in to comment.