presentations/php-south-wales-intro-slides/2021-09/build.sh
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

14 lines
270 B
Bash
Executable file

#!/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