diff --git a/.drone.yml b/.drone.yml index 18cb13b..5c8d3e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,7 +96,7 @@ steps: depends_on: - generate_metrics commands: - - pandoc -s metrics/index.html -o metrics.tex + - pandoc --template template.tex -s metrics/index.html -o metrics.tex ###### PUBLISHING - name: pull_and_prepare_thesis_repo diff --git a/template.tex b/template.tex new file mode 100644 index 0000000..f37d7c6 --- /dev/null +++ b/template.tex @@ -0,0 +1 @@ +$body$ \ No newline at end of file