Skip to content

Commit

Permalink
Check docs-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Apr 22, 2024
1 parent cbde45a commit 0662416
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,21 @@ jobs:
- name: check-fmt
run: cargo fmt --check

docs_rs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv32imafc-unknown-none-elf
toolchain: nightly
components: rust-src
- uses: Swatinem/rust-cache@v2

- name: install docs-rs
run: cargo install cargo-docs-rs
- name: docs-rs
run: cargo install cargo-docs-rs && cd esp-wifi && cargo docs-rs
run: cd esp-wifi && cargo docs-rs

builds:
strategy:
Expand Down

0 comments on commit 0662416

Please sign in to comment.