Fix stylesheet name
This commit is contained in:
parent
a679fe98dd
commit
5cab3659f4
2
run
2
run
|
@ -37,7 +37,7 @@ function generate:pdf {
|
||||||
--fit-background-mode scale \
|
--fit-background-mode scale \
|
||||||
--font-path ../fonts \
|
--font-path ../fonts \
|
||||||
--output "../../dist/${DIRECTORY_NAME}.pdf" \
|
--output "../../dist/${DIRECTORY_NAME}.pdf" \
|
||||||
--stylesheets ../styles/style-light,tango \
|
--stylesheets ../styles/opdavies-light,tango \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue