From 51d3d714baadc5c94e31d27bfa792449ff03a791 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 14:12:56 +0200 Subject: [PATCH] Add cargo doc generation to CI pipeline --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f9552a..02b5f08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo check --workspace + - run: cargo doc --no-deps --document-private-items --workspace build: needs: check