bin/build_docs.
This commit is contained in:
parent
cc7b8ca07a
commit
0c32d97733
1 changed files with 6 additions and 0 deletions
6
bin/build_docs
Executable file
6
bin/build_docs
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
rustup toolchain update nightly;
|
||||
|
||||
cargo +nightly doc -p framed --verbose --no-deps --features use_nightly;
|
Loading…
Reference in a new issue