Spaces:
Sleeping
Sleeping
Hugging face sets off link-checker
Browse files- lychee.toml +1 -0
lychee.toml
CHANGED
@@ -93,6 +93,7 @@ exclude = [
|
|
93 |
'https://stackoverflow.com/.', # Stackoverflow links are no longer accessible from CI.
|
94 |
'https://www.tensorflow.org/', # tensorflow.org apparently blocks CI.
|
95 |
'https://9p.io/sys/doc/lexnames.html', # Works locally but on ci we get: `Failed: Network error: error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:ssl/statem/extensions.c:946:`
|
|
|
96 |
|
97 |
# Need GitHub login.
|
98 |
'https://github.com/rerun-io/landing',
|
|
|
93 |
'https://stackoverflow.com/.', # Stackoverflow links are no longer accessible from CI.
|
94 |
'https://www.tensorflow.org/', # tensorflow.org apparently blocks CI.
|
95 |
'https://9p.io/sys/doc/lexnames.html', # Works locally but on ci we get: `Failed: Network error: error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:ssl/statem/extensions.c:946:`
|
96 |
+
'https://huggingface.co/.*', # huggingface.co apparently blocks CI and returns 401.
|
97 |
|
98 |
# Need GitHub login.
|
99 |
'https://github.com/rerun-io/landing',
|