diff --git a/.drone.yml b/.drone.yml index 2ac8d97..2a40bae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,17 +25,15 @@ steps: - pdflatex project-synopsis.tex - cd - -# - name: Build Report -# commands: -# - cd report -# - cp ../upds-1/UPDS-content.tex UPDS-1-content.tex -# - cp ../upds-2/UPDS-content.tex UPDS-2-content.tex -# - pdflatex report.tex -# # Prepare bib -# - /usr/bin/vendor_perl/biber report -# # Compile twice for the table of contents and for bib text -# - pdflatex report.tex -# - cd - + - name: Build Report + commands: + - cd report + - pdflatex report.tex + # Prepare bib + - /usr/bin/vendor_perl/biber report + # Compile twice for the table of contents and for bib text + - pdflatex report.tex + - cd - # # - name: Generate text # commands: