Skip to content

Commit

Permalink
deploy the PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
chussenot committed Mar 5, 2019
1 parent c7eee98 commit 97144fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
sudo: false

language: c

services:
- docker

- docker
script:
- docker run -v `pwd`:/source jagregory/pandoc -f latex -t latex cv.tex -o cv-release.pdf
- ls

- docker run -v `pwd`:/source jagregory/pandoc -f latex -t latex cv.tex -o cv-release.pdf
- ls
deploy:
provider: releases
api_key:
secure: ql8b+F7WWM4cvsW1lzIlKH8RjPnoFbMzYfB/6wCZrRoRpDLdqjx0FfnF0K0QDIUqZ/ozK23yhCBK+XwQ2s2Po+N3lolRXQ1VUkVPouboFoosErohd8ujbDYE8TutyetbNoBUEtsco/ueQ9XFqMsshZlzlRON75gOQv24aOydrYMpPsmiK5PIqFpgdf07ffv7zXEdhi5586q/Fk3Ezro+yaSzh4CRmrRLOn4P+yD9dg4Qn1hStNztE2KunAN/MzGAti27H+qgFEwBXEbVk+Pg+ZCZh8Rzuwz6t8H0i8qqF1OSQnWtRkX0/nDLgVkJrNs9+hrtP/0fIqT5VQIhG9CxCJxIktYevlAik2euqxScnz4fzxtHyOckia4AEMeUDEtM71g6dSoLK2Qg+RebCLytwbgr+myZ6wMsdv04f9A27/sCLnfDpoE014iFhucDJ8Ela+o7lRKrByn4kCDpKgB+idQ0lxSzkg1vlCXclt0pUIARuqjVPmjzYivySpJQo7MvI07/EtOjb8eE0qQSl2CDkQAZOTllsG07oL58OWxGmWgekeR8ssp9aaDpgjGn9U2u/T+VIgzF8eVSq51XVF5T0lM8LRuTCklfTJXkzdbGHQ75OUdewMqtquUtfYSQOyIaicXp/y3rEZjw0cJaaWmLtt8pJKACg8u+cSlkxiOfgfk=
file: cv-release.pdf
on:
repo: chussenot/cv
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ help: ## Show this help.
pdf: ## Convert to .pdf
pdflatex cv.tex
pdflatex cv-full.tex

.PHONY: help pdf

0 comments on commit 97144fc

Please sign in to comment.