fix netlify config

This commit is contained in:
Waffle 2021-07-07 20:55:55 +03:00
parent 81775a7217
commit 6698633023

View file

@ -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]]