Skip to content

Commit

Permalink
Updated content
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 18, 2023
1 parent 7189cae commit 6a794b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6a794b3

Please sign in to comment.