From 69fb6841004f0af6a8e6f2f3bd33d091a8e07a8f Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 23 Nov 2020 12:06:12 +0100 Subject: [PATCH] update: netlify deploy for docsy Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b46407218..3abc33e62 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ clean: rm -rf public dependencies: - (cd themes/falco-fresh && npm install) + (cd themes/docsy && git submodule update -f --init && cd ../..) serve: dependencies hugo server \