summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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