We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a63fb2 commit 6c57bd9Copy full SHA for 6c57bd9
.github/scripts/extract_and_generate_html.sh
@@ -96,6 +96,7 @@ for run in "${last_runs[@]}"; do
96
# Perform replacements in HTML files
97
replace_in_html_files "src=\"js/" "src=\"../js/" "$run"
98
replace_in_html_files "\"style/" "\"../style/" "$run"
99
+ replace_in_html_files "details_link\" href=" "details_link\" href=\"." "$run"
100
101
# Add "SUMMARY" link back to the Summary
102
replace_in_html_files '<div class="sous-menu">' '<div class="sous-menu">\n\t\t\t\t\t\t\t\t<div class="item "><a href="../summary.html">SUMMARY</a></div>' "$run"
0 commit comments