diff --git a/en/deploy.sh b/en/deploy.sh index 354505a..899da72 100755 --- a/en/deploy.sh +++ b/en/deploy.sh @@ -21,5 +21,5 @@ git remote add origin https://github.com/sunface/rust-by-practice git push -u -f origin gh-pages ## deploy zh-CN -cd ../../zh-book +cd ../../zh-CN ./deploy \ No newline at end of file diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index 6051eb1..fe7ea70 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -1,5 +1,5 @@
Practice Rust with challenging examples, exercises and projects