Skip to content

Commit

Permalink
trying to fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparJohannesSchneider authored Apr 12, 2021
1 parent 0777aba commit 6349bde
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: imagemagick convert -density 1200 -background white -alpha off Twenty-Seconds-Icons_cv.pdf -quality 90 Twenty-Seconds-Icons_cv.png
run: 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 6349bde

Please sign in to comment.