From 45bab9f9b774993f7cc51cb32670b9d8f5916514 Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 6 Jul 2025 09:27:24 +0200 Subject: [PATCH] Page Update IMESTAMP --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2edd23e..955fc04 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ build: publish: clean build git add . git status - TIMESTAMP=$(date +'%F %r') git commit -m "Page Update $TIMESTAMP" + TIMESTAMP=$(date +'%F %r'); git commit -m "Page Update $TIMESTAMP" git push \ No newline at end of file