Fix for docs

This commit is contained in:
Janek 2023-12-30 18:57:49 +01:00
parent ac115ec7ac
commit 0f0f7232fb
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
cargo doc --no-deps
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=csflow/index.html\">" > target/doc/index.html
cp -r target/doc ./docs

@ -1 +1 @@
<meta http-equiv="refresh" content="0; url=build_wheel">
<meta http-equiv="refresh" content="0; url=csflow/index.html">