Commandos toegevoegd
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-11-18 23:15:44 +01:00
parent 3fbe675421
commit d890d54070

View File

@ -7,7 +7,8 @@ steps:
image: texlive:latest image: texlive:latest
pull: never pull: never
commands: commands:
- pdflatex --shell-escape main
- biber main - biber main
- pdflatex main - pdflatex --shell-escape main
when: when:
event: push event: push