3 Commits

Author SHA1 Message Date
Palash Tyagi
13e4270b02 Merge 037cfd9113 into 27e9eab028 2025-07-20 00:26:40 +01:00
Palash Tyagi
037cfd9113 Empty commit for testing 2025-07-20 00:26:20 +01:00
Palash Tyagi
74fac9d512 Add redirect meta tag to generated index.html for documentation 2025-07-19 23:39:58 +01:00

View File

@@ -151,6 +151,8 @@ jobs:
mkdir -p target/doc/docs
mv target/doc/rustframe/* target/doc/docs/
echo "<meta http-equiv=\"refresh\" content=\"0; url=../docs/index.html\">" > target/doc/rustframe/index.html
mkdir output
cp tarpaulin-report.html target/doc/docs/
cp tarpaulin-report.json target/doc/docs/