teloxide/netlify.toml

9 lines
260 B
TOML
Raw Normal View History

2020-12-12 13:39:18 +01:00
[build]
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
environment = { RUSTDOCFLAGS= "--cfg docsrs" }
publish = "_netlify_out"
[[redirects]]
2020-12-12 13:39:18 +01:00
from = "/"
to = "/teloxide"