Remove automatic redirect in benchmark report index.html generation

This commit is contained in:
Palash Tyagi 2025-05-11 01:55:05 +01:00
parent e3f4749709
commit c05f1696f0

View File

@ -132,7 +132,7 @@ jobs:
unzip -q benchmark-report.zip -d benchmark-report unzip -q benchmark-report.zip -d benchmark-report
echo "<meta http-equiv=\"refresh\" content=\"0; url=report/index.html\">" > benchmark-report/index.html # echo "<meta http-equiv=\"refresh\" content=\"0; url=report/index.html\">" > benchmark-report/index.html
- name: Copy files to output directory - name: Copy files to output directory
run: | run: |