do not clean directories when publishing

This commit is contained in:
Sami Samhuri 2011-11-27 09:00:12 +00:00
parent d72a75be5f
commit a4320205fd
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ else
fi
cd _blog
git clean -fdq
git clean -fq
git pull
cd ..

View file

@ -10,11 +10,11 @@ else
fi
cd _blog
git clean -fdq
git clean -fq
git pull
cd ..
git clean -fdq
git clean -fq
git pull
make publish