metrics/netlify.toml

11 lines
290 B
TOML
Raw Normal View History

2020-10-28 17:59:03 -07:00
[build]
command = """
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal \
&& source $HOME/.cargo/env \
&& RUSTDOCFLAGS=\"--cfg docsrs\" cargo +nightly doc --no-deps
"""
publish = "target/doc"
2020-08-22 08:37:31 -07:00
[[redirects]]
from = "/"
2020-10-28 17:59:03 -07:00
to = "/metrics"