add meta refresh tag to index.html for documentation navigation

This commit is contained in:
Palash Tyagi 2025-04-20 01:14:58 +01:00
parent 33ea2d9334
commit 7f90c5cb4c

View File

@ -54,6 +54,8 @@ jobs:
run: |
mkdir output
cp tarpaulin-report.html target/doc/rustframe/
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
# cp -r target/doc/rustframe/* output/
- name: Upload Pages artifact