Fix stylesheet name

This commit is contained in:
Oliver Davies 2024-08-09 21:12:54 +01:00
parent a679fe98dd
commit 5cab3659f4

2
run
View file

@ -37,7 +37,7 @@ function generate:pdf {
--fit-background-mode scale \
--font-path ../fonts \
--output "../../dist/${DIRECTORY_NAME}.pdf" \
--stylesheets ../styles/style-light,tango \
--stylesheets ../styles/opdavies-light,tango \
"${@}"
popd