Skip to content

Commit

Permalink
Update Circle CI Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Roger committed Nov 18, 2017
1 parent 4ef9334 commit c7f7b69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7f7b69

Please sign in to comment.