fix tracking generated HTML files
authorRalf Jung <post@ralfj.de>
Wed, 21 Nov 2018 08:26:20 +0000 (09:26 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 21 Nov 2018 08:26:20 +0000 (09:26 +0100)
ralf/upload.sh
research/upload.sh

index 2d9205e38214e03dec7fcaba986554b108380249..aac35c48ad2a1d20138516a14a270b297596d370 100755 (executable)
@@ -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 ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP --exclude .git
index 6832be43c8699654210aaa60026e2da4cac1a5dd..f0268be2af25c0261ef733555fc96e12eeee0ea6 100755 (executable)
@@ -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