Change to use python preview server.

Hakyll not installed with preview flags for some reason.
This commit is contained in:
Justin Hsu 2017-09-20 15:21:33 +01:00
parent f96b1c6592
commit 7f9e70c8e4
1 changed files with 1 additions and 1 deletions

View File

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