add source .profile because pelican is not known
This commit is contained in:
parent
d851661b9d
commit
3b4209a940
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user