Files
Trac3r-rust/storedoc.sh

6 lines
84 B
Bash
Executable File

rm -rf target/doc
rm -rf doc
cargo doc --no-deps
rsync -avzh target/doc . --delete