diff --git a/gitlab-ci/latex-makefile.yml b/gitlab-ci/latex-makefile.yml index 7856a0f..fc85e5e 100644 --- a/gitlab-ci/latex-makefile.yml +++ b/gitlab-ci/latex-makefile.yml @@ -11,7 +11,7 @@ compile_latex: # when editing, be careful, not to use any colons since they mess up the yaml parser! # compile all the PDFs you are interested in: - make - - git ls-files -z -o -x '*.pdf' |xargs -0 rm -v -f # remove all untracked files (-o) except for *.pdf files + - git ls-files -z -o -x '*.pdf' -x '*.log' |xargs -0 rm -v -f # remove all untracked files (-o) except for *.pdf and *.log files cache: untracked: true # cache all pdf files for subsequent runs artifacts: