mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-19 11:18:02 +08:00
Merge pull request #209 from Turing-Chu/remote
update book.toml and mdbook version in .travis.yml
This commit is contained in:
commit
430adc25d6
@ -8,7 +8,7 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
before_script:
|
before_script:
|
||||||
- (cargo install mdbook --vers 0.0.26 --force || true)
|
- (cargo install mdbook --vers 0.1.7 --force || true)
|
||||||
script:
|
script:
|
||||||
- mdbook build
|
- mdbook build
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
|
[book]
|
||||||
title = "Rust 程序设计语言 简体中文版"
|
title = "Rust 程序设计语言 简体中文版"
|
||||||
author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译"
|
author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译"
|
||||||
description = "Rust 程序设计语言 简体中文版"
|
description = "Rust 程序设计语言 简体中文版"
|
||||||
|
|
||||||
[output.html]
|
[build-dir]
|
||||||
destination = "mdbook"
|
destination = "mdbook"
|
Loading…
Reference in New Issue
Block a user