mirror of
https://asciireactor.com/otho/industry-cv.git
synced 2024-11-21 20:45:08 +00:00
Update install script.
This commit is contained in:
parent
2a552ede44
commit
3f1811e316
@ -11,7 +11,7 @@ tasks:
|
||||
- docker run --rm -v $PWD:/input/ --workdir /input --name texlive-{{.compiled_name}} texlive/texlive xelatex -jobname {{.compiled_name}} document.tex
|
||||
- docker run --rm -v $PWD:/input/ --workdir /input --name texlive-{{.compiled_name}} texlive/texlive xelatex -jobname {{.compiled_name}} document.tex
|
||||
install:
|
||||
- cp {{.compiled_name}}.pdf ../app/htdocs/othoulrich-cv.pdf
|
||||
- cp {{.compiled_name}}.pdf ../industry-domain/htdocs/othoulrich-cv.pdf
|
||||
publish:
|
||||
- task: compile
|
||||
- task: install
|
||||
|
Loading…
Reference in New Issue
Block a user