fix typo in drone configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f74c827469
commit
1de33567c1
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ name: Compile LaTeX
|
||||||
steps:
|
steps:
|
||||||
- name: Compile with PdfLaTeX
|
- name: Compile with PdfLaTeX
|
||||||
image: aergus/latex
|
image: aergus/latex
|
||||||
command:
|
commands:
|
||||||
- /usr/bin/pdflatex main.tex
|
- /usr/bin/pdflatex main.tex
|
||||||
|
|
Loading…
Reference in a new issue