Commit 8da4ae92 authored by Kenton Varda's avatar Kenton Varda

Apparently lsi is off by default now?

parent fc1b2faa
...@@ -28,7 +28,7 @@ echo "Regenerating site..." ...@@ -28,7 +28,7 @@ echo "Regenerating site..."
rm -rf _site .gh-pages/* rm -rf _site .gh-pages/*
jekyll build --no-lsi --safe jekyll build --safe
cp -r _site/* .gh-pages cp -r _site/* .gh-pages
REV="$(git rev-parse HEAD)" REV="$(git rev-parse HEAD)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment