Skip to content

Commit

Permalink
style: adjust image limit
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 1, 2024
1 parent 1bab42d commit 35f9732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ def generate_image_url(p: str) -> str:
if file.endswith(".graph.svg"):
image_url = generate_image_url(str(os.path.join(root, file)))
write_github_summary(
f'<img src="{image_url}" alt="{file}" width="500" />'
f'<img src="{image_url}" alt="{file}" width="900" />'
+ '\n'
)

0 comments on commit 35f9732

Please sign in to comment.