summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-11-18 14:49:35 +1100
committerChristophe Roger <darwiinc@live.fr>2017-11-18 14:49:35 +1100
commitc7f7b698d4b1119779a977d789f6d5a4698ad872 (patch)
tree9efe13eb32ea4f4cc16aefc003b1cb5e1cd3de89
parent4ef93343645d2e11501e35bd330046708f230560 (diff)
downloadcv-c7f7b698d4b1119779a977d789f6d5a4698ad872.tar.gz
cv-c7f7b698d4b1119779a977d789f6d5a4698ad872.tar.bz2
cv-c7f7b698d4b1119779a977d789f6d5a4698ad872.tar.xz
cv-c7f7b698d4b1119779a977d789f6d5a4698ad872.zip
Update Circle CI Configuration
-rw-r--r--.circleci/config.yml5
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