From a229c0f75af5a2a8e4203272532ec4e81992d86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 8 Sep 2023 15:37:29 +0200 Subject: [PATCH] Make: rename target `project-website` to `deploy-website` This makes it clearer that this target actually deploys the website to flamenco.blender.org. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64e6fd3d..fae2e7c3 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ clean-webapp-static: mkdir -p ./${WEB_STATIC} touch ${WEB_STATIC}/emptyfile -project-website: +deploy-website: $(MAKE) -s check-environment rm -rf web/project-website/public/ cd web/project-website; hugo --baseURL https://flamenco.blender.org/