From a46f14885daedcc98b29a451c1d2f7e70ca99897 Mon Sep 17 00:00:00 2001 From: masq Date: Sun, 17 Aug 2025 22:04:25 +0200 Subject: [PATCH] makefile: git pull in make prod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9e3aa7..9cb0381 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ publish: "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) && cd theme && make prod: - ssh www-git@www.freepinc.dev "cd m34f.ptrs.top && make publish" + ssh www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && make publish" .PHONY: html help clean regenerate serve serve-global devserver devserver-global publish