blob: a5e6503c6d347defd4cf1957d4c5d80ec583be92 [file] [log] [blame]
#!/bin/bash
pushd ${0%/*}
bazel build //... && cp bazel-bin/*.md . && chmod 0644 *.md && git add *.md && git commit -m "Regenerate documentation"
popd