From 6a794b30025e07c25423a0b0525e6098d64556e7 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Mon, 18 Sep 2023 12:39:25 -0500 Subject: [PATCH] Updated content --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c391733..9017a11 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ $(PUBLISH_DIR)/CNAME: publish: clean build $(PUBLISH_DIR)/CNAME @echo " >> Publishing site ..." - @git commit -am "Updated content" && \ - git push origin $(BRANCH) + @git commit -am "Updated content" + @git push origin $(BRANCH) spell-check: @for FILE in `find . -name "*.md"`; do \