From 571f196363919c6b5dcc0c7017c432cfdfa4dc31 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 17:24:03 -0300 Subject: Use "make public" as the primary way of building the site --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a1d1b2..8d910e3 100644 --- a/Makefile +++ b/Makefile @@ -17,5 +17,5 @@ OUT = public .PHONY: public public: - jekyll build -d $(OUT) --trace + JEKYLL_ENV=production jekyll build -d $(OUT) --trace sh build-aux/workflow/TODOs.sh $(NAME_UC) $(NAME) $(MAILING_LIST) -- cgit v1.3