diff --git a/package-and-deploy.sh b/package-and-deploy.sh index 6ac8778..29390d0 100755 --- a/package-and-deploy.sh +++ b/package-and-deploy.sh @@ -28,3 +28,8 @@ cp ~/DPSResume.pdf . git add . git commit -m "Auto updating resume site files" git push origin gh-pages + +# Prepare the current directory +git clean -fq . +git clean -dXq +git checkout master