diff --git a/Makefile b/Makefile index 5fd45f8..2a9fbd9 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ publish: build > cd public && \ > git add . && \ > git commit -m "chore(update) $(DATE)" && \ -> git push +> git push origin master