diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 17:43:35 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-24 17:43:35 -0500 |
| commit | 87a849f94a7a226c88395ba931a2be21a6e1329f (patch) | |
| tree | a6d264a2725a953e62ccf1366a5e6978fecf6bf1 | |
| parent | 04969d88ad71748019e267991db7f64f73b8f186 (diff) | |
| download | caprover-one-click-apps-87a849f94a7a226c88395ba931a2be21a6e1329f.tar.gz caprover-one-click-apps-87a849f94a7a226c88395ba931a2be21a6e1329f.zip | |
Force build
| -rwxr-xr-x | publish-from-actions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
