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