diff --git a/.drone.yml b/.drone.yml index f5e404b..3ab4325 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ steps: - name: buildlatex image: nareshkumarrao/texliveonfly commands: - - texliveonfly.py Main.tex + - texliveonfly Main.tex - biber main - - texliveonfly.py Main.tex + - texliveonfly Main.tex - biber main - - texliveonfly.py Main.tex + - texliveonfly Main.tex