diff --git a/tools/update-docs.sh b/tools/update-docs.sh index 931dddf6..1d9d4d63 100755 --- a/tools/update-docs.sh +++ b/tools/update-docs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -eufo pipefail -bazel build --noenable_bzlmod //docs:readme +bazel build //docs:readme cp -f bazel-bin/docs/README.md README.md