4 lines
149 B
Bash
4 lines
149 B
Bash
|
|
cargo doc --no-deps
|
||
|
|
rm -rf ./docs
|
||
|
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
|
||
|
|
cp -r target/doc ./docs
|