−url
Some checks failed
/ job (push) Failing after 54s

This commit is contained in:
Marc Beninca 2024-03-22 16:17:28 +01:00
parent 0fdd75e4ba
commit 3386b528af
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -28,10 +28,10 @@ pandoc \
--number-sections \ --number-sections \
--slide-level '3' \ --slide-level '3' \
--write 'revealjs' \ --write 'revealjs' \
--variable revealjs-url='/sw/revealjs/up' \
--variable slideNumber \ --variable slideNumber \
\ \
"${files[@]}" "${files[@]}"
#--variable revealjs-url='/sw/revealjs/up' \
} }