diff --git a/Makefile b/Makefile index 1076fc8..0362d09 100644 --- a/Makefile +++ b/Makefile @@ -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!"