Update to use http server for python3.

This commit is contained in:
Justin Hsu 2018-07-29 23:00:53 -04:00
parent 8abd8fdfba
commit 03d756e58c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ check:
$(TOP) check
preview:
$(TOP) rebuild && (cd _site; python -m SimpleHTTPServer)
$(TOP) rebuild && (cd _site; python -m http.server)
deploy:
$(TOP) rebuild && $(TOP) deploy && $(TOP) check