Skip to content

Commit 903112f

Browse files
committed
Fix documentation job after feature removals
1 parent f0c8515 commit 903112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: rustup toolchain install nightly --no-self-update --profile minimal --target thumbv7em-none-eabihf
1616

1717
- name: Generate docs
18-
run: cargo +nightly rustdoc --features imxrt1060 --target thumbv7em-none-eabihf -- --cfg docsrs
18+
run: cargo +nightly rustdoc --target thumbv7em-none-eabihf -- --cfg docsrs
1919

2020
- name: Write redirect
2121
run: echo "<meta http-equiv=\"refresh\" content=\"0;url=imxrt_boot_gen\">" > target/thumbv7em-none-eabihf/doc/index.html

0 commit comments

Comments
 (0)