From 81641b622d032adadece701b71a6a6d28736c816 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 7 Feb 2024 11:12:51 +0000 Subject: [PATCH] Add date to the branch index --- tools/branch-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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