Created
May 21, 2013 22:31
-
-
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"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf _deploy | |
mkdir _deploy | |
cd _deploy | |
git init | |
git remote add origin [email protected]: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