Add September meetup slides
This commit is contained in:
parent
7e21321c2f
commit
78e3b999e0
7 changed files with 81 additions and 0 deletions
14
php-south-wales-intro-slides/2021-09/build.sh
Executable file
14
php-south-wales-intro-slides/2021-09/build.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue