Skip to content

Commit

Permalink
debugging ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparJohannesSchneider authored Apr 12, 2021
1 parent d528cc0 commit 2e9bbd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Change ImageMagick security policy
run: echo | cat /etc/ImageMagick-6/policy.xml
- name: Convert PDF to PNG
run: echo | ls
#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 2e9bbd3

Please sign in to comment.