Files
embbed-rust/ci/script.sh
2018-08-10 01:10:33 -05:00

10 lines
76 B
Bash

set -euxo pipefail
main() {
mdbook build
linkchecker book
}
main