Skip to content

Commit 2545bf2

Browse files
committed
wip
1 parent 3a63fb2 commit 2545bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/extract_and_generate_html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ for run in "${last_runs[@]}"; do
9696
# Perform replacements in HTML files
9797
replace_in_html_files "src=\"js/" "src=\"../js/" "$run"
9898
replace_in_html_files "\"style/" "\"../style/" "$run"
99+
replace_in_html_files "a id=\"details_link\" href=" "a id=\"details_link\" href=\"./" "$run"
99100

100101
# Add "SUMMARY" link back to the Summary
101102
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

Comments
 (0)