From e6b6110c8865b1505c45c43e75087c252f6f5094 Mon Sep 17 00:00:00 2001 From: jedel1043 Date: Wed, 26 Oct 2022 04:09:08 -0500 Subject: [PATCH] Reduce doc size --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1e404a8d168..ac1ae3baed2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -29,7 +29,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: doc - args: -v --document-private-items --all-features + args: -v --document-private-items --all-features --workspace --no-deps --exclude boa_examples - run: echo "" > target/doc/index.html - run: | if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi