Files
radarflow2-kvm/build-docs.sh

4 lines
155 B
Bash
Raw Normal View History

cargo doc --no-deps
rm -rf ./docs
2023-12-30 18:57:49 +01:00
echo "<meta http-equiv=\"refresh\" content=\"0; url=csflow/index.html\">" > target/doc/index.html
cp -r target/doc ./docs