ci: autogen-banner #118
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir images
|
||||
mkdir images || true
|
||||
|
||||
# extract images from document created by action
|
||||
mutool convert -o images/1.svg "$1" 1
|
||||
|
@ -9,4 +9,4 @@ mutool convert -o images/3.svg "$1" 5
|
|||
mutool convert -o images/4.svg "$1" 15
|
||||
mutool convert -o images/5.svg "$1" 16
|
||||
|
||||
typst compile banner.typ --ppi 220 ../assets/banner.png
|
||||
typst compile banner.typ --ppi 360 ../assets/banner.png
|
||||
|
|
Loading…
Reference in New Issue