Deploying The Site - Parallel-in-Time/parallel-in-time.github.io GitHub Wiki

There are two commands you need to execute to deploy the site to GitHub Pages.

  1. You need to build the site while being on the source branch, which must not be dirty:

     jekyll build
    
  2. 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.

  3. Then, still on the clean source branch, simply run

     octopress deploy
    

    This command needs push access to the master branch of Parallel-in-Time/parallel-in-time.github.io.