From 82958165b892e4f3af40090ceabb2cd48672a2f4 Mon Sep 17 00:00:00 2001 From: Ketan Reddy Date: Thu, 24 Oct 2024 11:48:51 -0700 Subject: [PATCH] fix docs build visibility --- docs/site/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/site/BUILD b/docs/site/BUILD index 379eaa37e..1083053d9 100644 --- a/docs/site/BUILD +++ b/docs/site/BUILD @@ -48,6 +48,7 @@ astro_bin.astro( args = ["build"], chdir = package_name(), out_dirs = ["dist"], + visibility = ["//visibility:public"] ) astro_bin.astro_binary(