diff --git a/package-and-deploy.sh b/package-and-deploy.sh index aa3f89c..dedc677 100755 --- a/package-and-deploy.sh +++ b/package-and-deploy.sh @@ -16,7 +16,7 @@ cp ResumeSite.tar.gz ~/tmp # Prepare the current directory git clean -fq . -git clean -Xq +git clean -fXq git checkout . #Checkout the deployment directory @@ -34,5 +34,5 @@ git push origin gh-pages # Prepare the current directory git clean -fq . -git clean -dXq +git clean -fdXq git checkout master