Skip to content

Commit

Permalink
fix: try fix github-action-markdown-link-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Mar 18, 2024
1 parent 4fc807e commit 9b64b96
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,18 @@
"aliveStatusCodes": [
200,
206
],
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}

0 comments on commit 9b64b96

Please sign in to comment.