From 809ed9c54137661b52947ef77faae3b8569fabd3 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 18 Nov 2017 07:47:29 +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 594094c..a1c8fc5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - checkout - run: name: build - command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex + command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 example/cv.tex - run: name: Print the Current Time command: date -- cgit v1.2.1