diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:42:09 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:42:09 +1100 |
commit | 4ef93343645d2e11501e35bd330046708f230560 (patch) | |
tree | 2be1746f885f8cc85ecc2169a19ce0cfc682c774 | |
parent | 0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40 (diff) | |
download | cv-4ef93343645d2e11501e35bd330046708f230560.tar.gz cv-4ef93343645d2e11501e35bd330046708f230560.tar.bz2 cv-4ef93343645d2e11501e35bd330046708f230560.tar.xz cv-4ef93343645d2e11501e35bd330046708f230560.zip |
Update Circle CI Configuration
-rw-r--r-- | .circleci/config.yml | 6 | ||||
-rwxr-xr-x | README.md | 2 |
2 files changed, 4 insertions, 4 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 @@ -1,4 +1,4 @@ -YAAC: Another Awesome CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf) +YAAC: Another Awesome CV [![CircleCI](https://circleci.com/gh/darwiin/yaac-another-awesome-cv.svg?style=svg)](https://circleci.com/gh/darwiin/yaac-another-awesome-cv) [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf) ================= ## Quick start |