Build docs in CI

This commit is contained in:
Dario Nieuwenhuis
2022-10-02 22:24:59 +02:00
parent 73208d5248
commit 753781a263
5 changed files with 89 additions and 4 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb/src/"
features = ["defmt"]
features = ["defmt", "usbd-hid"]
target = "thumbv7em-none-eabi"
[features]