Skip to content

Commit

Permalink
doc: Enable random module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn authored and kaspar030 committed Apr 12, 2024
1 parent 047c454 commit ff58994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build rustdoc docs
run: |
cargo doc -p riot-rs --features no-boards,bench,threading
cargo doc -p riot-rs --features no-boards,bench,threading,random
echo "<meta http-equiv=\"refresh\" content=\"0; url=riot_rs\">" > target/doc/index.html
mkdir -p ./_site/dev/docs/api && mv target/doc/* ./_site/dev/docs/api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
args: --verbose --locked --features no-boards -p riot-rs -p riot-rs-boards -p riot-rs-buildinfo -p riot-rs-chips -p riot-rs-debug -p riot-rs-embassy -p riot-rs-macros -p riot-rs-rt -p riot-rs-utils

- name: "rustdoc"
run: cargo rustdoc -p riot-rs --features no-boards,bench,threading -- -D warnings
run: cargo rustdoc -p riot-rs --features no-boards,bench,threading,random -- -D warnings

- name: rustfmt
run: cargo fmt --check --all
Expand Down

0 comments on commit ff58994

Please sign in to comment.