Skip to content

Commit 6ac2760

Browse files
committed
Revert "Build doc in CI"
This reverts commit c844a43.
1 parent 81eab2a commit 6ac2760

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,6 @@ jobs:
103103
command: fmt
104104
args: --all -- --check
105105

106-
rustdoc:
107-
name: Rust Doc
108-
runs-on: ubuntu-latest
109-
steps:
110-
- uses: actions/checkout@v2
111-
- uses: actions-rs/toolchain@v1
112-
with:
113-
toolchain: stable
114-
target: thumbv7em-none-eabihf
115-
override: true
116-
profile: minimal
117-
components: rustfmt
118-
- uses: actions-rs/cargo@v1
119-
with:
120-
command: doc
121-
args: --features=stm32f303xc,rt,stm32-usbd,can
122-
123106
codegen:
124107
name: Check Codegen
125108
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)