Take --lsi out of publishing, takes over an hour every damn time on my machine

This commit is contained in:
R. Tyler Croy 2011-05-22 11:58:52 -07:00
parent e385986465
commit 3bfb628f99
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ all:
jekyll && notify-send "Site rebuilt!"
publish:
jekyll --lsi && notify-send "Site rebuilt and reindexed!"
jekyll && notify-send "Site rebuilt and reindexed!"
rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/
notify-send "Site deployed!"