From 393873c30dcf4e3dbf30113e0ca60f6461ff4a35 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Thu, 2 Nov 2023 21:47:41 +0100 Subject: [PATCH] Update 2023-11-02 21:47:40 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec93ffe..27fc435 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ prepare: git-commit: git pull --autostash git add src Makefile - git commit -m "$(COMMIT_MSG)" + git commit -m "$(COMMIT_MSG)" && git push || return copy-static-files: prepare rsync -a --partial --delete --no-p --no-o --no-g --out-format="Copy: %f => www/" $(STATIC_FILES) www/