mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
8 lines
282 B
TOML
8 lines
282 B
TOML
[build]
|
|
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
|
|
environment = { RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs" }
|
|
publish = "_netlify_out"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/teloxide_core"
|