Skip to content

Commit 9172606

Browse files
authored
Merge pull request #5 from EnergySystemsModellingLab/fix_broken_link_checker
CI: Fix: Requests to crates.io need extra header
2 parents 898e54d + 4639c6b commit 9172606

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mlc_config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"httpHeaders": [
3+
{
4+
"urls": ["https://crates.io/"],
5+
"headers": {
6+
"Accept": "text/html"
7+
}
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)