From 1cd044cd1e0c887f1b25aca59ed6b873f6fab19b Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 11 Jul 2022 00:22:40 -0400 Subject: [PATCH] Fix publish task. --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 8fac7c7..4f71649 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 othoulrich-cv.pdf + - cp {{.compiled_name}}.pdf ../app/htdocs/othoulrich-cv.pdf publish: - task: compile - task: install