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.
-
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 runbundle install
and/orbundle update
without the argument line--without deployment
, you'll be fine. -
Then, still on the clean
source
branch, simply runoctopress deploy
This command needs push access to the
master
branch of Parallel-in-Time/parallel-in-time.github.io.