Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 377 Bytes

File metadata and controls

25 lines (13 loc) · 377 Bytes

publish to github

  • create github repo and push book

Create github repo and push book to master branch;

github support 3 ways to publish pages: master branch, docs folder in master branch, gh-pages branch;

  • build book
$ gitbook build
  • push book to gh-pages branch
$ git subtree push --prefix=_book origin gh-pages

$ git push origin master