forked from varia/varia.website
adding --listen to the default make run command, as no server was spinned up with --autoreload
This commit is contained in:
parent
9a05c72aa2
commit
0a22c9a17c
2
makefile
2
makefile
@ -7,7 +7,7 @@ dependencies:
|
|||||||
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi
|
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi
|
||||||
|
|
||||||
run: core-plugins dependencies
|
run: core-plugins dependencies
|
||||||
@.venv/bin/pelican --autoreload
|
@.venv/bin/pelican --autoreload --listen
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@.venv/bin/pelican -o /var/www/html/
|
@.venv/bin/pelican -o /var/www/html/
|
||||||
|
Loading…
Reference in New Issue
Block a user