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