Skip to content

Commit

Permalink
build(): change output to outbreak-name/{index,date}
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Aug 30, 2024
1 parent 0bd6d4d commit 506e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obr/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def build(
if output_bucket:
store_s3(
report_data,
[output_file, f"{outbreak_name}_{date}.html"],
[f"{outbreak_name}/index.html", f"{outbreak_name}/{date}.html"],
bucket_name=output_bucket,
content_type="text/html",
)
Expand Down

0 comments on commit 506e709

Please sign in to comment.