mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
9 lines
317 B
TOML
9 lines
317 B
TOML
[build]
|
|
# command = "curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && sudo apt-get install llvm && cargo doc"
|
|
command = "curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && env && cargo doc"
|
|
publish = "target/doc"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/littlefs2"
|