From 8867573fccac8d0fd96db3c1abc23c419ceeb8ec Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 17 Oct 2022 22:36:32 +0700 Subject: Add web CV --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index cdcaf9a..922d358 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,7 @@ sources: - https://git.envs.net/huyngo/haasdaiga - https://git.envs.net/huyngo/ravna - https://git.sr.ht/~huyngo/isanercent + - https://git.sr.ht/~huyngo/web-cv packages: - openring - hugo @@ -27,6 +28,7 @@ tasks: do mv "$conlang/book" "$site/public/$conlang" done + mv web-cv "$site/public/cv" cd "$site/public" tar -cvz . > ../../site.tar.gz - upload: | -- cgit 1.4.1