From ce06ed6a68c945903e4ca21f8b2f81ceb098e748 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Thu, 15 Oct 2020 15:50:07 +0100 Subject: [PATCH] docs/ Signed-off-by: Ryan Northey --- docs/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/BUILD b/docs/BUILD index 8075a8e04230..e22786d95f59 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -19,11 +19,13 @@ filegroup( exclude = [ # windows: "Error: unable to read file: /etc/ssl/certs/ca-certificates.crt" "root/configuration/http/http_filters/_include/dns-cache-circuit-breaker.yaml", + "root/intro/arch_overview/security/_include/ssl.yaml", ], ) + select({ "//bazel:windows_x86_64": [], "//conditions:default": [ "root/configuration/http/http_filters/_include/dns-cache-circuit-breaker.yaml", + "root/intro/arch_overview/security/_include/ssl.yaml", ], }), )