Skip to content

Commit

Permalink
Fix doc generation
Browse files Browse the repository at this point in the history
providers.gen.md is a required runfile for the generation script.
  • Loading branch information
thii committed Jul 29, 2022
1 parent 8533494 commit 77155d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 77155d9

Please sign in to comment.