Skip to content

Commit 697a813

Browse files
committed
Publish the book to the website
1 parent 9f79794 commit 697a813

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ rust: nightly
44

55
install: cargo install mdbook
66
script: cd reference && mdbook build && mdbook test
7-
deploy:
8-
provider: script
9-
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && RUST_BACKTRACE=1 ../rust_out)
10-
skip_cleanup: true
11-
keep-history: false
12-
on:
13-
branch: master
7+
env:
8+
RUSTINFRA_DEPLOY_DIR: reference/book
9+
import:
10+
- rust-lang/simpleinfra/travis-configs/static-websites.yml

0 commit comments

Comments
 (0)