diff --git a/.drone.yml b/.drone.yml index 1514cb3..ffedcee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: blang/latex commands: - - pdflatex main.pdf + - pdflatex main.tex deploy: image: drillster/drone-rsync hosts: [ "192.168.1.5" ]