From f74c827469407e580049e0eb9eecad8e6fa7cfc2 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sat, 13 Feb 2021 00:44:14 +0100 Subject: [PATCH] try with will command path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96bc6f4..2f76183 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: Compile LaTeX steps: - - name: Check syntax + - name: Compile with PdfLaTeX image: aergus/latex command: - - pdflatex main.tex + - /usr/bin/pdflatex main.tex