diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:47:29 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:47:29 +1100 |
commit | 809ed9c54137661b52947ef77faae3b8569fabd3 (patch) | |
tree | 2cda7eb2ba9e211f736b40ba995b643af260da68 | |
parent | 9f8dbcde9219d13235a17f1937481446afff8d14 (diff) | |
download | cv-809ed9c54137661b52947ef77faae3b8569fabd3.tar.gz cv-809ed9c54137661b52947ef77faae3b8569fabd3.tar.bz2 cv-809ed9c54137661b52947ef77faae3b8569fabd3.tar.xz cv-809ed9c54137661b52947ef77faae3b8569fabd3.zip |
Update Circle CI Configuration
-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 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 |