From b743672d600d9324c374676cb873ce348e5bfa18 Mon Sep 17 00:00:00 2001 From: Roope Salmi Date: Wed, 14 Apr 2021 21:29:16 +0300 Subject: [PATCH] =?UTF-8?q?Rakenna=20dokumentaatio=20my=C3=B6s=20yksityisi?= =?UTF-8?q?lle=20moduuleille?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rustdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index 09c6337..391cd99 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -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