From ea4ad462e33384c8bbbddca523f138c6c181e7b6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 25 Mar 2022 12:57:40 +0000 Subject: Integrate everything into one makefile --- .build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 8c1843a..12e02b9 100644 --- a/.build.yml +++ b/.build.yml @@ -13,9 +13,7 @@ secrets: tasks: - build: | cd yannherklotz.com - emacs --batch --load deps.el --find-file content.org --load publish.el - make all - hugo --minify + make public - deploy: | cd yannherklotz.com zip -r public.zip public -- cgit