Skip to content

Commit

Permalink
im6 on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 15, 2024
1 parent 46e83e8 commit f7b1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/social-cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Convert to png
if not os.path.exists(out.replace('.svg', '.png')):
subprocess.check_call(['magick', '-density', '100', out, out.replace('.svg', '.png')])
subprocess.check_call(['convert', '-density', '100', out, out.replace('.svg', '.png')])
subprocess.check_call(['optipng', out.replace('.svg', '.png')])
max_ts = max(max_ts, time)

Expand Down

0 comments on commit f7b1fcd

Please sign in to comment.