summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1a3005d..0e0f9a4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,8 +13,8 @@ jobs:
- add_ssh_keys
- checkout
- run:
- name: build
+ name: Build th PDF
command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex
- run:
- name: Print the Current Time
- command: date
+ name: Save built PDF
+ command: cd && cp project/example/cv.pdf $CIRCLE_ARTIFACTS/cv.pdf