Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Build book before deploy (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie authored May 28, 2019
1 parent dca9b66 commit 6d19e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ script:
- cargo test --examples
- cargo fmt --all -- --check
- cargo clippy --all-targets -- -D warnings
- mdbook build libzmq-book
deploy:
provider: pages
skip-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion libzmq-book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
authors = ["jean-airoldie"]
multilingual = false
src = "src"
title = "Guide"
title = "ZeroMQ Guide"

0 comments on commit 6d19e12

Please sign in to comment.