teloxide/netlify.toml

9 lines
282 B
TOML
Raw Normal View History

2020-12-12 19:27:54 +03:00
[build]
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
2021-01-07 14:58:48 +03:00
environment = { RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs" }
2020-12-12 19:27:54 +03:00
publish = "_netlify_out"
2020-08-12 18:04:50 +03:00
[[redirects]]
2020-12-12 19:27:54 +03:00
from = "/"
to = "/teloxide_core"