Skip to content

Commit

Permalink
Rakenna dokumentaatio myös yksityisille moduuleille
Browse files Browse the repository at this point in the history
  • Loading branch information
ollpu committed Apr 14, 2021
1 parent cd48b88 commit b743672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: rustfmt, rust-src

- name: Build documentation
run: cargo doc --all --no-deps --no-default-features
run: cargo doc --all --no-deps --no-default-features --document-private-items

- name: Create index redirect
run: cp .github/index_redirect.html target/doc/index.html
Expand Down

0 comments on commit b743672

Please sign in to comment.