From 1c51338398a37e2ccb6b34fa994f5a2bb47bafed Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 21 Jan 2021 13:05:57 +0100 Subject: [PATCH] Build all tex files --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e91cd70..0d0c10d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: from_secret: ssh_pw commands: - mkdir output - - pdflatex -output-directory=output cv.tex + - for i in *.tex; do pdflatex -output-directory=output $i;done - name: upload image: plugins/s3