File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11sudo : false
2-
32language : c
4-
53services :
6- - docker
7-
4+ - docker
85script :
9- - docker run -v `pwd`:/source jagregory/pandoc -f latex -t latex cv.tex -o cv-release.pdf
10- - ls
11-
6+ - docker run -v `pwd`:/source jagregory/pandoc -f latex -t latex cv.tex -o cv-release.pdf
7+ - ls
8+ deploy :
9+ provider : releases
10+ api_key :
11+ 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=
12+ file : cv-release.pdf
13+ on :
14+ repo : chussenot/cv
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ help: ## Show this help.
44pdf : # # Convert to .pdf
55 pdflatex cv.tex
66 pdflatex cv-full.tex
7+
8+ .PHONY : help pdf
You can’t perform that action at this time.
0 commit comments