From 99cffed41602d0a75d3596d2fa7e00b768c6edea Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jan 2016 09:56:14 +0100 Subject: [PATCH] publish right in /var/www/html --- website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Makefile b/website/Makefile index 4ba3776b..b9fe0596 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,6 +1,6 @@ ########## contents ALL_MDS = $(shell git ls-files | grep '\.md$$') -PUBLISH_PATH = /var/www/html/nepi +PUBLISH_PATH = /var/www/html #ALL_PLUGINS = plugins/*.{js,css,html} -- 2.43.0