Update to use http server for python3.
This commit is contained in:
parent
8abd8fdfba
commit
03d756e58c
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ check:
|
||||||
$(TOP) check
|
$(TOP) check
|
||||||
|
|
||||||
preview:
|
preview:
|
||||||
$(TOP) rebuild && (cd _site; python -m SimpleHTTPServer)
|
$(TOP) rebuild && (cd _site; python -m http.server)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
$(TOP) rebuild && $(TOP) deploy && $(TOP) check
|
$(TOP) rebuild && $(TOP) deploy && $(TOP) check
|
||||||
|
|
Loading…
Reference in New Issue