bash/deploy.sh in jgd-1.6.3 vs bash/deploy.sh in jgd-1.6.4

- old
+ new

@@ -27,9 +27,11 @@ exit -1 fi cp -R _site ${TEMP} +git clean -fd + echo -e "\nPreparing gh-pages branch:" if [ -z "$(git branch -a | grep origin/gh-pages)" ]; then git checkout --orphan gh-pages else git checkout gh-pages