mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Fix docs build.
This commit is contained in:
parent
2e174a2340
commit
34911c581c
2
.github/ci/build-nightly.sh
vendored
2
.github/ci/build-nightly.sh
vendored
@ -23,7 +23,7 @@ fi
|
|||||||
hashtime restore /ci/cache/filetime.json || true
|
hashtime restore /ci/cache/filetime.json || true
|
||||||
hashtime save /ci/cache/filetime.json
|
hashtime save /ci/cache/filetime.json
|
||||||
|
|
||||||
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
|
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 676e6d602bf016dc71f1e98f2c7f191d7bd20707
|
||||||
|
|
||||||
./ci-nightly.sh
|
./ci-nightly.sh
|
||||||
|
|
||||||
|
2
.github/ci/build-xtensa.sh
vendored
2
.github/ci/build-xtensa.sh
vendored
@ -25,7 +25,7 @@ fi
|
|||||||
hashtime restore /ci/cache/filetime.json || true
|
hashtime restore /ci/cache/filetime.json || true
|
||||||
hashtime save /ci/cache/filetime.json
|
hashtime save /ci/cache/filetime.json
|
||||||
|
|
||||||
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
|
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 676e6d602bf016dc71f1e98f2c7f191d7bd20707
|
||||||
|
|
||||||
./ci-xtensa.sh
|
./ci-xtensa.sh
|
||||||
|
|
||||||
|
2
.github/ci/build.sh
vendored
2
.github/ci/build.sh
vendored
@ -28,7 +28,7 @@ fi
|
|||||||
hashtime restore /ci/cache/filetime.json || true
|
hashtime restore /ci/cache/filetime.json || true
|
||||||
hashtime save /ci/cache/filetime.json
|
hashtime save /ci/cache/filetime.json
|
||||||
|
|
||||||
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
|
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 676e6d602bf016dc71f1e98f2c7f191d7bd20707
|
||||||
|
|
||||||
./ci.sh
|
./ci.sh
|
||||||
|
|
||||||
|
2
.github/ci/doc.sh
vendored
2
.github/ci/doc.sh
vendored
@ -12,7 +12,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
|
|||||||
export PATH=$CARGO_HOME/bin:$PATH
|
export PATH=$CARGO_HOME/bin:$PATH
|
||||||
mv rust-toolchain-nightly.toml rust-toolchain.toml
|
mv rust-toolchain-nightly.toml rust-toolchain.toml
|
||||||
|
|
||||||
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
|
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 676e6d602bf016dc71f1e98f2c7f191d7bd20707
|
||||||
|
|
||||||
cargo embassy-devtool doc -o webroot
|
cargo embassy-devtool doc -o webroot
|
||||||
|
|
||||||
|
2
.github/ci/janitor.sh
vendored
2
.github/ci/janitor.sh
vendored
@ -9,7 +9,7 @@ export CARGO_HOME=/ci/cache/cargo
|
|||||||
export CARGO_TARGET_DIR=/ci/cache/target
|
export CARGO_TARGET_DIR=/ci/cache/target
|
||||||
export PATH=$CARGO_HOME/bin:$PATH
|
export PATH=$CARGO_HOME/bin:$PATH
|
||||||
|
|
||||||
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
|
cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 676e6d602bf016dc71f1e98f2c7f191d7bd20707
|
||||||
|
|
||||||
cargo embassy-devtool check-crlf
|
cargo embassy-devtool check-crlf
|
||||||
cargo embassy-devtool check-manifest
|
cargo embassy-devtool check-manifest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user