aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:24:03 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 17:24:03 -0300
commit571f196363919c6b5dcc0c7017c432cfdfa4dc31 (patch)
tree6ee05e46003dd61390d7b4df56f30239de4a2768 /Makefile
parentmv build-aux/assert-todos.sh build-aux/workflow/ (diff)
downloadeuandre.org-571f196363919c6b5dcc0c7017c432cfdfa4dc31.tar.gz
euandre.org-571f196363919c6b5dcc0c7017c432cfdfa4dc31.tar.xz
Use "make public" as the primary way of building the site
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)