#!/bin/bash mkdir images # extract images from document created by action mutool convert -o images/1.svg "$1" 1 mutool convert -o images/2.svg "$1" 2 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