Update install script.

This commit is contained in:
Otho 2023-01-01 00:27:14 -05:00
parent 2a552ede44
commit 3f1811e316
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -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