mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
8 lines
260 B
TOML
8 lines
260 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" }
|
|
publish = "_netlify_out"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/teloxide"
|