mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-23 03:53:05 +00:00
9 lines
180 B
YAML
9 lines
180 B
YAML
language: rust
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install git pip
|
|
- sudo pip install ghp-import
|
|
- cargo install mdbook
|
|
|
|
after_success: build-site.sh
|