Add files to build site directly on Google Cloud Container Builder
Using `bazel build //site` will now build the site (needs the proper
version of Jekyll in the path :/), `bazel run //site` will serve it
using Jekyll.
This change also contains the yaml file to build and deploy the
site on Google Cloud Container Builder. This will allow to remove
that special hook from our CI.
Note: this is copied from https://github.com/bazelbuild/bazel-blog
Change-Id: I6bb04fea0fa80623bd5d25a5f191ae49e8074e92
PiperOrigin-RevId: 174459256
diff --git a/scripts/docs/BUILD b/scripts/docs/BUILD
index 53452e2..f3bb798 100644
--- a/scripts/docs/BUILD
+++ b/scripts/docs/BUILD
@@ -15,3 +15,5 @@
visibility = ["//site:__pkg__"],
deps = [":dot-converter"],
)
+
+exports_files(["jekyll_build.sh.tpl"])