fix update_website.sh to actually remove _site/

This commit is contained in:
Nils Schneider 2011-09-15 12:22:12 +02:00
parent c2e697f166
commit a97e7d6d03

View file

@ -16,7 +16,7 @@ git pull origin master
git reset --hard
git clean -x -f
git clean -x -f -d
$JEKYLL