mirror of
https://github.com/rust-lang/mdBook.git
synced 2026-09-14 04:00:06 -04:00
This adds instructions for building and testing books in CI on every PR and push, as well as instructions for how to automatically deploy to gh-pages on successful CI runs on `master`. Fixes #714