From 46f7cc9e150640c1fbd4381e3adba6fea1941d63 Mon Sep 17 00:00:00 2001 From: Otho Date: Fri, 22 Sep 2023 00:18:44 -0400 Subject: [PATCH] Fix publish path. --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 88961ac..f4fe852 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -36,7 +36,7 @@ tasks: - task: compile - task: compile install: - - cp {{.compiled_name}}.pdf ../industry-domain/htdocs/othoulrich-cv.pdf + - cp {{.compiled_name}}.pdf ../industry-website/htdocs/othoulrich-cv.pdf publish: - task: build - task: install