-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[doc] Publish book to gh-pages #4457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
ae4ca55
to
bcaed72
Compare
I think overriding the |
Yeah, I was accidentally overriding |
@bors: r+ |
📌 Commit b57b66a has been approved by |
[doc] Publish book to gh-pages Export mdBook into `target/doc/book/`, to make it accessible at <http://doc.crates.io/book/> I have tested the changes on my repo (but when I had this commit on top of the other PR) locally. The result is at <http://code.behnam.es/rust-cargo/book/>. Tracker: <#4040>
☀️ Test successful - status-appveyor, status-travis |
Export mdBook into
target/doc/book/
, to make it accessible at http://doc.crates.io/book/I have tested the changes on my repo (but when I had this commit on top of the other PR) locally. The result is at http://code.behnam.es/rust-cargo/book/.
Tracker: #4040