From 3b4209a940667170aa542360756efe6b8b9248b6 Mon Sep 17 00:00:00 2001 From: masq Date: Thu, 21 Aug 2025 03:09:23 +0200 Subject: [PATCH] add source .profile because pelican is not known --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 538d63a..da05a4a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ publish: rm -r output && "$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS) && cd theme && make prod: - git push www && ssh -A www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && make publish" + git push www && ssh -A www-git@www.freepinc.dev "cd m34f.ptrs.top && git pull --recurse-submodules=yes && source ~/.profile && make publish" .PHONY: html help clean regenerate serve serve-global devserver devserver-global publish