We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8533494 commit 77155d9Copy full SHA for 77155d9
doc/BUILD.bazel
@@ -72,5 +72,5 @@ write_file(
72
sh_binary(
73
name = "update",
74
srcs = ["update.sh"],
75
- data = [file + ".md" for file in _DOC_SRCS],
+ data = [file + ".md" for file in _DOC_SRCS] + ["providers.gen.md"],
76
)
0 commit comments