You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torbjörn Klatt edited this page Jan 5, 2015
·
2 revisions
There are two commands you need to execute to deploy the site to GitHub Pages.
You need to build the site while being on the source branch, which must not be dirty:
jekyll build
Then make sure you have installed the octopress-deploy gem. In case you have run bundle install and/or bundle update without the argument line --without deployment, you'll be fine.
Then, still on the clean source branch, simply run