Update to use http server for python3.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user