From 3ad233c194b09c05b309d004e378f86b1570b545 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:49:13 +0200 Subject: [PATCH] update build script --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index d0ab5e1..06a55fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,4 +2,6 @@ pipeline: build: image: aergus/latex commands: + - pdflatex cookbook.tex + - pdflatex cookbook.tex - pdflatex cookbook.tex \ No newline at end of file