teloxide/netlify.toml

9 lines
265 B
TOML
Raw Normal View History

2020-12-12 17:27:54 +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"
2020-08-12 17:04:50 +02:00
[[redirects]]
2020-12-12 17:27:54 +01:00
from = "/"
to = "/teloxide_core"