Skip to content

Commit

Permalink
docs-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Apr 22, 2024
1 parent e73ff37 commit 1c10297
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
docs_rs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: remove rust-toolchain.toml
run: rm rust-toolchain.toml
- uses: dtolnay/rust-toolchain@v1
with:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv32imafc-unknown-none-elf
Expand All @@ -63,7 +65,7 @@ jobs:
- name: install docs-rs
run: cargo install cargo-docs-rs
- name: docs-rs
run: rm rust-toolchain.toml && cd esp-wifi && cargo docs-rs
run: cd esp-wifi && cargo docs-rs

builds:
strategy:
Expand Down

0 comments on commit 1c10297

Please sign in to comment.