Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
fdf9655ba95616e0314b4e0ebab40bb0c5fe005c
/
.
/
docs
/
update_docs.sh
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