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