Skip to content

Commit

Permalink
create empty _site/ in update_website.sh (else lesscss compiling will…
Browse files Browse the repository at this point in the history
… not work?!)
  • Loading branch information
Nils Schneider committed Sep 16, 2011
1 parent 66a3860 commit 142775e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _contrib/update_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ git reset --hard

git clean -x -f -d

mkdir _site/

jekyll

rsync --delete -a $WORKDIR/_site/ $DESTDIR
Expand Down

0 comments on commit 142775e

Please sign in to comment.