diff --git a/doc/BUILD.bazel b/doc/BUILD.bazel index 00929b469c..6397c3f8b2 100644 --- a/doc/BUILD.bazel +++ b/doc/BUILD.bazel @@ -72,5 +72,5 @@ write_file( sh_binary( name = "update", srcs = ["update.sh"], - data = [file + ".md" for file in _DOC_SRCS], + data = [file + ".md" for file in _DOC_SRCS] + ["providers.gen.md"], )