Skip to content

Commit

Permalink
[ci] Use correct ImageMagick command
Browse files Browse the repository at this point in the history
  • Loading branch information
RangHo authored Nov 29, 2023
1 parent 309d587 commit 42e1754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: ✨ Update image
run: |
convert .\new-output.ppm .\new-output.png
magick.exe .\new-output.ppm .\new-output.png
cd result
cp ..\new-output.png .\output.png
Expand Down

0 comments on commit 42e1754

Please sign in to comment.