Skip to content

Commit

Permalink
Add download directive to index.html download column
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jun 14, 2024
1 parent 58e821d commit 394a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energyplus_regressions/diffs/ci_compare_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def main_function(file_name, base_dir, mod_dir, base_sha, mod_sha, _make_public,
index += f"""
<tr>
<td>{local_raw_file_name}</td>
<td><a href='/{file_dir_once_uploaded}/{local_raw_file_name}'>download</a></td>
<td><a href='/{file_dir_once_uploaded}/{local_raw_file_name}' download>download</a></td>
<td><a href='/{file_dir_once_uploaded}/{local_raw_file_name}.html'>view</a></td>
</tr>"""
index += """
Expand Down

0 comments on commit 394a87c

Please # to comment.