From 21b1e29e9394104323ec813c375b70d31d3a924b Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 6 Jul 2025 09:33:41 +0200 Subject: [PATCH] Compile page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 863e360..4c22021 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ build: publish: clean build git add . git status - git commit -m "Page update $$(date '+%F %r')" + git commit -m "Compile page" git push \ No newline at end of file