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