Skip to content

Commit 1c7a582

Browse files
committed
Fix deployment
1 parent 615d5d8 commit 1c7a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install: cargo install mdbook
66
script: cd reference && mdbook build && mdbook test
77
deploy:
88
provider: script
9-
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd reference/book && ../../rust_out)
9+
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd book && ../rust_out)
1010
skip_cleanup: true
1111
keep-history: false
1212
on:

0 commit comments

Comments
 (0)