Skip to content

Commit

Permalink
make publish will now push the changes to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 27, 2011
1 parent fef50a7 commit 9c8c0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -55,6 +55,7 @@ publish:
@cp $(BUILD_DIR)/index.html ./
@git add .
@git commit -m "Update the documentation."
@git push origin gh-pages

clean:
@rm -rf $(TEMP_DIR) $(BUILD_DIR)
Expand Down

0 comments on commit 9c8c0e0

Please sign in to comment.