Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
e6fcd7d820b1ce67ec7fdfbe4a2929ee74955190
/
.
/
scripts
/
generate_docs
blob: dde3c75ad7fb6ce2fcdd9a467cfc9dd61bb96042 [
file
]
#!/usr/bin/env bash
bazel build
//kotlin:stardoc || fail "docs did not generate"
cp
-
f bazel
-
bin
/
kotlin
/
kotlin
.
md docs
/
||
fail
"couldn't copy"