From 0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 18 Nov 2017 12:32:47 +1100 Subject: Update Circle CI Configuration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 006635a..eeacc71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - checkout - run: name: build - command: cd example && latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf example/cv.tex + command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex - run: name: Print the Current Time command: date -- cgit v1.2.1