mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00

chore: build and publish documentation for each branch. This commit introduces support for: - building and deploying documentation for the master branch - building and deploying (preview) documentation for each pull request and for each PR - adds a link in `README.md` pointing to the generated documentation for the master branch - notes the per-PR documentation previews in `CONTRIBUTING.md` Closes #210
7 lines
187 B
TOML
7 lines
187 B
TOML
[build]
|
|
command = "curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && cargo doc --no-deps"
|
|
publish = "target/doc"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/tracing" |