diff --git a/Taskfile.yaml b/Taskfile.yaml index 4f71649..d301732 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -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