diff --git a/hack/build-docs.sh b/hack/build-docs.sh index 98bfafc..3864ef1 100755 --- a/hack/build-docs.sh +++ b/hack/build-docs.sh @@ -45,6 +45,7 @@ cat << EOF > ${DESTINATION}/index.html board: Seed, Seed 1.1, + Seed 1.2, Patch SM @@ -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