diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 12:32:47 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 12:32:47 +1100 |
commit | 0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8 (patch) | |
tree | dffb6a76721d0db62227c2ff7f57bc51a4431f5f /.circleci | |
parent | 4df2c410fbd177194007570b07fb487869ff2ea6 (diff) | |
download | cv-0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8.tar.gz cv-0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8.tar.bz2 cv-0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8.tar.xz cv-0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8.zip |
Update Circle CI Configuration
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |