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