We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d78fa0 commit 0f52cfdCopy full SHA for 0f52cfd
.github/workflows/deploy.yml
@@ -20,8 +20,14 @@ jobs:
20
ADDRESS: ${{ secrets.ADDRESS_PLAIN }}
21
run: |
22
mkdir out
23
- echo "$ADDRESS" | convert -background white -fill black -font Helvetica -pointsize 16 text:- out/adresse.png
24
-
+ echo "$ADDRESS" | convert \
+ -background white \
25
+ -fill black \
26
+ -font Helvetica \
27
+ -pointsize 18 \
28
+ -interline-spacing 5 \
29
+ -gravity northwest \
30
+ text:- -trim +repage out/adresse.png
31
- name: Force-push adresse.png to gh-pages branch (clean)
32
33
cd out
0 commit comments