You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2020/11/10 11:22:51 UTC

[griffin-site] branch master updated: update generated site by force

This is an automated email from the ASF dual-hosted git repository.

guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c972679  update generated site by force
c972679 is described below

commit c97267966836769379e0c7b83bb3a98d6029f0f8
Author: William Guo <gu...@apache.org>
AuthorDate: Tue Nov 10 19:22:35 2020 +0800

    update generated site by force
---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index 6b810f1..b73ebac 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -50,7 +50,7 @@ git commit -m "$message" > /dev/null 2>&1
 rm -r ~/$tmp_dir
 
 # Push latest SITE to server
-git push -u origin $SITE > /dev/null 2>&1
+git push -u origin $SITE -f > /dev/null 2>&1
 if [ $? = 0 ]; then
   echo "Push $SITE successful"
 else