diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:37:34 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:37:34 +0700 |
commit | 4d9e7047cce57d8e07d203eba82dfafe03df0ecc (patch) | |
tree | 723f212b737f4af428fc4c3074ce5341dc019a62 | |
parent | 023e8a1d024e4a4c71fc17ac4208230fd5fc2603 (diff) | |
download | blog-4d9e7047cce57d8e07d203eba82dfafe03df0ecc.tar.gz |
Update pipeline
-rw-r--r-- | Makefile | 4 |
1 files 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 |