mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +01:00
fix netlify config
This commit is contained in:
parent
81775a7217
commit
6698633023
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
[build]
|
||||
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
|
||||
environment = {
|
||||
RUSTFLAGS="--cfg dep_docsrs",
|
||||
RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs"
|
||||
}
|
||||
environment = { RUSTFLAGS="--cfg dep_docsrs", RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs" }
|
||||
publish = "_netlify_out"
|
||||
|
||||
[[redirects]]
|
||||
|
|
Loading…
Add table
Reference in a new issue