diff --git a/tools/branch-deploy.sh b/tools/branch-deploy.sh index ff61d1e..2ccb73b 100755 --- a/tools/branch-deploy.sh +++ b/tools/branch-deploy.sh @@ -40,7 +40,7 @@ for BRANCH in $(git for-each-ref --format='%(refname:short)' refs/heads); do rm -rf "${TEMP_FOLDER}" done -echo "" >> "${INDEX_PAGE}" +echo -e "\n

Last Updated: $(date)

" >> "${INDEX_PAGE}" # Reset the repo back to main git reset --hard > /dev/null \ No newline at end of file