mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 15:28:40 +08:00
deploy to the book repo, not rust by example.
Sigh. 😭
This commit is contained in:
parent
0bd0c33116
commit
b7cf3dc523
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user