ci: autogen-banner #118

Merged
servostar merged 8 commits from ci/autogen-banner into main 2024-11-30 19:04:14 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5d770f04b4 - Show all commits

View File

@ -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