diff --git a/docs/tool/ci_check.dart b/docs/tool/ci_check.dart index 00d81a5c..6c8661f4 100644 --- a/docs/tool/ci_check.dart +++ b/docs/tool/ci_check.dart @@ -21,7 +21,9 @@ Future main() async { Uri.parse('http://localhost:8080/api/') ], {'http://localhost:8080/**'}, - true, + // todo: Re-enable. Current problem is that we link new pages to their + // final url (under drift.simonbinder.eu) before they're deployed. + false, UrlSkipper( '', ['github.com', 'pub.dev', 'api.dart.dev', 'fonts.gstatic.com']), false,