deploy to the book repo, not rust by example.

Sigh. 😭
This commit is contained in:
Steve Klabnik 2015-12-14 14:55:40 -05:00
parent 0bd0c33116
commit b7cf3dc523
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ git init
git config user.name "Steve Klabnik"
git config user.email "steve@steveklabnik.com"
git remote add upstream "https://$GH_TOKEN@github.com/rust-lang/rust-by-example.git"
git remote add upstream "https://$GH_TOKEN@github.com/rust-lang/book.git"
git fetch upstream
git reset upstream/gh-pages