Fix publish task.

This commit is contained in:
Otho 2022-07-11 00:22:40 -04:00
parent 1f79b5c73d
commit 1cd044cd1e
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
- 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: install:
- cp {{.compiled_name}}.pdf othoulrich-cv.pdf - cp {{.compiled_name}}.pdf ../app/htdocs/othoulrich-cv.pdf
publish: publish:
- task: compile - task: compile
- task: install - task: install