This commit is contained in:
Michael Zhang 2018-09-17 21:54:33 -05:00
parent 6ef3684328
commit 7ba6574f39
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -17,7 +17,7 @@ fi
# of the guide at the same time (See #165)
# This builds the book in target/doc/guide. See https://github.com/rust-lang-nursery/mdBook/issues/698
mdbook build -d ../target/doc/guide guide
mdbook build -d ../target/doc/guide
# Get the lastest tag across all branches
# https://stackoverflow.com/a/7261049/3549270