diff options
| author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:49:35 +1100 |
|---|---|---|
| committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:49:35 +1100 |
| commit | c7f7b698d4b1119779a977d789f6d5a4698ad872 (patch) | |
| tree | 9efe13eb32ea4f4cc16aefc003b1cb5e1cd3de89 | |
| parent | 4ef93343645d2e11501e35bd330046708f230560 (diff) | |
Update Circle CI Configuration
| -rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e0f9a4..39b7bad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,5 @@ jobs: - run: name: Build th PDF command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex - - run: - name: Save built PDF - command: cd && cp project/example/cv.pdf $CIRCLE_ARTIFACTS/cv.pdf + - store_artifacts: + path: ~/project/example/cv.pdf |
