From 4d9e7047cce57d8e07d203eba82dfafe03df0ecc Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 26 Feb 2024 16:37:34 +0700 Subject: Update pipeline --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a2747d..f42792d 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,6 @@ ${PACKAGE_CONLANGS}: package-%: build package-cv: dotnet dotgeek cv mkdir {dotnet,dotgeek}/cv; - cp web-cv/{index.html,style.css,work-cv.pdf} dotnet/cv - cp web-cv/{index.html,style.css,work-cv.pdf} dotgeek/cv + cp web-cv/{index.html,style.css,cv.pdf} dotnet/cv + cp web-cv/{index.html,style.css,cv.pdf} dotgeek/cv -- cgit 1.4.1