talks/php-south-wales-intro-slides/2021-09/build.sh

15 lines
270 B
Bash
Raw Normal View History

2021-09-30 08:00:00 +00:00
#!/bin/sh
set -e
docker run --rm \
-v $(pwd):/rst2pdf \
-v $(pwd)/../styles:/rst2pdf/styles \
-v $(pwd)/../images:/rst2pdf/images \
-v $(pwd)/images:/rst2pdf/images2 \
opdavies/rst2pdf \
slides.rst \
-e preprocess \
-b 2 \
-s styles/main.style