From b31becea2b96a015916b286f575a4f1d8ef60154 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 22 Jan 2021 18:28:48 +0100 Subject: [PATCH] Only document main crate for now We don't really have docs in the other crates yet, and there's a naming conflict between deltachat and deltachat_ffi that needs to sorted to build both. But deltachat_ffi is still documented with doxygen for now so there's no need to sort this now. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5631d0a2..bf2e80b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: doc - args: --workspace --document-private-items --no-deps + args: --document-private-items --no-deps build_and_test: name: Build and test