Skip to content

Instantly share code, notes, and snippets.

@jeffchao
Created May 21, 2013 22:31
Show Gist options
  • Save jeffchao/5623799 to your computer and use it in GitHub Desktop.
Save jeffchao/5623799 to your computer and use it in GitHub Desktop.
Deploying octopress to github pages but then it says "Everything up-to-date"
rm -rf _deploy
mkdir _deploy
cd _deploy
git init
git remote add origin git@github.com:username/username.github.io.git
git pull origin master
cd ..
bundle exec rake deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment