File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 repository : " maxpowis/cv"
2929 tag : ${{ steps.cv_release.outputs.release }}
3030 file : cv-maxpowis-${{ steps.cv_release.outputs.release }}.pdf
31- - name : Setup ImageMagick
32- uses : mfinelli/setup-imagemagick@v6.0.0
33- - name : Convert pdf to png
34- run : magick convert -verbose -background white -alpha remove -alpha off -density 600 - scale 10% cv-maxpowis-${{ steps.cv_release.outputs.release }}.pdf cv-%02d.png
31+ - name : Install Poppler Utils
32+ run : sudo apt-get install -y poppler-utils
33+ - name : Convert pdf to png
34+ run : pdftoppm -png -scale-to-x 124 - scale-to-y 175 cv-maxpowis-${{ steps.cv_release.outputs.release }}.pdf cv
3535 - name : Move PNG's in isolated directory
3636 run : mkdir --parents cv; mv *.png $_
3737 - name : Upload png artifacts to worflow
You can’t perform that action at this time.
0 commit comments