teloxide/netlify.toml

9 lines
282 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"
2021-01-07 12:58:48 +01:00
environment = { RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs" }
2020-12-12 17:27:54 +01:00
publish = "_netlify_out"
2020-08-12 17:04:50 +02:00
[[redirects]]
2020-12-12 17:27:54 +01:00
from = "/"
to = "/teloxide_core"