Deploy docs for latest master.#2665
Conversation
|
As I'm reading this it looks like changes to master will also rebuild stable's with the new mdbook. I think that's probably fine. Is there any way mdbook can fail, and if so, is it worth having a doc workflow which generates an artifact someone could download from a PR to check that their docs built okay? I'll merge this though because it looks good. ❤️ |
Generally, there are very few ways mdbook can fail in normal operation. Usually mistakes in I'm not sure I understand what you mean about generating an artifact. You can run |
|
We can serve artifacts from pipelines (we actually provide rustup-init from the pipelines) but I think it's not that useful if mdbook is easy to run locally. |
This changes it so that every merge to master and stable will trigger the docs to be rebuilt. The stable docs appear at https://rust-lang.github.io/rustup/ and the latest master appears at https://rust-lang.github.io/rustup/devel/.