From 3f1811e3160212991699cced6b335d978d8235ef Mon Sep 17 00:00:00 2001 From: Otho Date: Sun, 1 Jan 2023 00:27:14 -0500 Subject: [PATCH] Update install script. --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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