We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c8515 commit 903112fCopy full SHA for 903112f
.github/workflows/doc.yml
@@ -15,7 +15,7 @@ jobs:
15
run: rustup toolchain install nightly --no-self-update --profile minimal --target thumbv7em-none-eabihf
16
17
- name: Generate docs
18
- run: cargo +nightly rustdoc --features imxrt1060 --target thumbv7em-none-eabihf -- --cfg docsrs
+ run: cargo +nightly rustdoc --target thumbv7em-none-eabihf -- --cfg docsrs
19
20
- name: Write redirect
21
run: echo "<meta http-equiv=\"refresh\" content=\"0;url=imxrt_boot_gen\">" > target/thumbv7em-none-eabihf/doc/index.html
0 commit comments