X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/4ea4824e308ef60db50d58359ae05aafcf7de6f6..bf8063fb1a6c78e1bd8e808b5422e198b3949b62:/research/upload.sh diff --git a/research/upload.sh b/research/upload.sh index 6832be4..f0268be 100755 --- a/research/upload.sh +++ b/research/upload.sh @@ -5,9 +5,7 @@ jekyll build cd _site git add . -if ! git diff --cached; then - # There are changes - git commit -m "site upload" -fi +git diff --cached +git commit -m "site upload" rsync ./ mpi-contact:public_html/ -aP --exclude .git