mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +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]
|
[build]
|
||||||
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
|
command = "rustup install nightly --profile minimal && cargo +nightly doc --all-features --no-deps && cp -r target/doc _netlify_out"
|
||||||
environment = {
|
environment = { RUSTFLAGS="--cfg dep_docsrs", RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs" }
|
||||||
RUSTFLAGS="--cfg dep_docsrs",
|
|
||||||
RUSTDOCFLAGS= "--cfg docsrs -Znormalize-docs"
|
|
||||||
}
|
|
||||||
publish = "_netlify_out"
|
publish = "_netlify_out"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue