mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
dde40e613f
- introduce `docs` alias that does the right thing (tm) - use `-Zrustdoc-scrape-examples`
7 lines
203 B
TOML
7 lines
203 B
TOML
[build]
|
|
command = "rustup install nightly --profile minimal && cargo +nightly docs --no-deps && cp -r target/doc _netlify_out"
|
|
publish = "_netlify_out"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/teloxide_core"
|