Skip to content

Deployment

Calvin Bao edited this page Nov 10, 2016 · 1 revision

Make your pull requests to update, push to source branch, then run the following command from source:

git subtree push --prefix _site origin gh-pages

This will push the generated HTML/CSS files located in _site to the gh-pages branch, which should be used as a container for the code hosted on GitHub pages.

Clone this wiki locally