mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-14 14:25:02 +01:00
8 lines
No EOL
254 B
TOML
8 lines
No EOL
254 B
TOML
[build]
|
|
command = "rustup install nightly --profile minimal && cargo doc --features=full --no-deps && cp -r target/doc _netlify_out"
|
|
environment = { RUSTDOCFLAGS= "--cfg docsrs" }
|
|
publish = "_netlify_out"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/tower" |