From 87a849f94a7a226c88395ba931a2be21a6e1329f Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 24 Dec 2019 17:43:35 -0500 Subject: [PATCH] Force build --- publish-from-actions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish-from-actions.sh b/publish-from-actions.sh index 16c3aa2..6cfe14e 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -85,6 +85,7 @@ echo "#############################################" sleep 2s git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" +echo `date` >> forcebuild.date git add -A git commit -m 'Deploy to GitHub Pages' git push --force $REMOTE_REPO master:$REMOTE_BRANCH \ No newline at end of file