Merge pull request #209 from Turing-Chu/remote

update book.toml and mdbook version in .travis.yml
pull/211/head
KaiserY 6 years ago committed by GitHub
commit 430adc25d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ branches:
only:
- master
before_script:
- (cargo install mdbook --vers 0.0.26 --force || true)
- (cargo install mdbook --vers 0.1.7 --force || true)
script:
- mdbook build
deploy:

@ -1,6 +1,7 @@
[book]
title = "Rust 程序设计语言 简体中文版"
author = "Steve Klabnik 和 Carol Nichols以及来自 Rust 社区的贡献KaiserY 以及 Rust 中文社区翻译"
description = "Rust 程序设计语言 简体中文版"
[output.html]
[build-dir]
destination = "mdbook"
Loading…
Cancel
Save