From 1de33567c180fa12d8897338efeb0601ff958b5b Mon Sep 17 00:00:00 2001 From: otthorn Date: Wed, 24 Feb 2021 20:13:34 +0100 Subject: [PATCH] fix typo in drone configuration --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2f76183..08154c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,5 @@ name: Compile LaTeX steps: - name: Compile with PdfLaTeX image: aergus/latex - command: + commands: - /usr/bin/pdflatex main.tex