From 1a5d6fda0a6fec599ccde5210826c6c3702980c4 Mon Sep 17 00:00:00 2001 From: Stefan Kroboth Date: Mon, 22 Jan 2024 15:56:26 +0100 Subject: [PATCH] Fixed build of main docs, exclude examples --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6b2f45675..bbd3a70c2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: components: rustfmt,rust-src - name: Build documentation - run: cargo doc --features "argmin-math/latest_all" --no-deps + run: cargo doc --features "argmin-math/latest_all,argmin/full" --no-deps --workspace --exclude "example-*" - name: Forwarding run: echo '' > ./target/doc/index.html