diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-02-26 10:13:03 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2019-02-26 10:13:03 +1100 |
commit | 8eb5a8d62fe7259e11bcbf65f39798e8cee0203f (patch) | |
tree | 04aa9b860ec8b845f8025f955696d432ae85de59 | |
parent | 2bb59d3986c5b2be4f39681a4c58d87d52372641 (diff) | |
download | cv-8eb5a8d62fe7259e11bcbf65f39798e8cee0203f.tar.gz cv-8eb5a8d62fe7259e11bcbf65f39798e8cee0203f.tar.bz2 cv-8eb5a8d62fe7259e11bcbf65f39798e8cee0203f.tar.xz cv-8eb5a8d62fe7259e11bcbf65f39798e8cee0203f.zip |
[FIX] Command line for CI
-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 53d8430..32f1086 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,6 @@ jobs: - checkout - run: name: Build th PDF - command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex + command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex - store_artifacts: path: ~/project/example/cv.pdf |