Skip to content

Commit

Permalink
ci(doc): Enable CoAP module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jul 3, 2024
1 parent 3001d9f commit 1c94a70
Showing 1 changed file with 1 addition and 1 deletion.
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,random,csprng,hwrng
cargo doc -p riot-rs --features no-boards,bench,threading,random,csprng,hwrng,coap
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

0 comments on commit 1c94a70

Please sign in to comment.