From 349c29eb769f44d03af058b4206343aeede73741 Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 6 Jul 2025 09:31:33 +0200 Subject: [PATCH] Page Update --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1620d48..93e67b4 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,5 @@ build: publish: clean build git add . git status - export COMMIT_TITLE="Page Update $(date +%F %r)" - git commit -m "$COMMIT_TITLE" + git commit -m "Page Update $$(date +%F %r)" git push \ No newline at end of file