Skip to content

Commit

Permalink
Build documentation for Seed 1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Jun 9, 2024
1 parent 122d528 commit 942ae2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ cat << EOF > ${DESTINATION}/index.html
board:
<a href="seed/daisy">Seed</a>,
<a href="seed_1_1/daisy">Seed 1.1</a>,
<a href="seed_1_2/daisy">Seed 1.2</a>,
<a href="patch_sm/daisy">Patch SM</a>
</h1></center>
</body>
Expand All @@ -55,5 +56,7 @@ cargo doc --no-deps --features seed
cp -r target/thumbv7em-none-eabihf/doc ${DESTINATION}/seed
cargo doc --no-deps --features seed_1_1
cp -r target/thumbv7em-none-eabihf/doc ${DESTINATION}/seed_1_1
cargo doc --no-deps --features seed_1_2
cp -r target/thumbv7em-none-eabihf/doc ${DESTINATION}/seed_1_2
cargo doc --no-deps --features patch_sm
cp -r target/thumbv7em-none-eabihf/doc ${DESTINATION}/patch_sm

0 comments on commit 942ae2e

Please sign in to comment.