Skip to content

Commit

Permalink
trying to fix magick command
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparJohannesSchneider authored Apr 12, 2021
1 parent bebb8c9 commit 18ce405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Convert PDF to PNG
run: magick -density 1200 -background white -alpha off Twenty-Seconds-Icons_cv.pdf -quality 90 Twenty-Seconds-Icons_cv.png
run: magick convert -density 1200 -background white -alpha off Twenty-Seconds-Icons_cv.pdf -quality 90 Twenty-Seconds-Icons_cv.png
- name: Commit PNG
id: commit
run: |
Expand Down

0 comments on commit 18ce405

Please sign in to comment.