We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd20164 commit cec8db7Copy full SHA for cec8db7
.github/workflows/png.yml
@@ -29,7 +29,7 @@ jobs:
29
tag: ${{ steps.cv_release.outputs.release }}
30
file: cv-maxpowis-${{ steps.cv_release.outputs.release }}.pdf
31
- name: Convert pdf to png (ImageMagick)
32
- uses: jruipinto/ImageMagick-action@v1
+ uses: mfinelli/setup-imagemagick@v6.0.0
33
with:
34
command: magick convert -verbose -background white -alpha remove -alpha off -density 600 -scale 10% cv-maxpowis-${{ steps.cv_release.outputs.release }}.pdf cv-%02d.png
35
- name: Move PNG's in isolated directory
0 commit comments