From 2759891b7b822e702e798417ba51ff76479cd973 Mon Sep 17 00:00:00 2001 From: oxalica Date: Tue, 10 Sep 2024 06:57:24 -0400 Subject: [PATCH] ci: skip documenting dependencies --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3ddd75..94229c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: run: cargo clippy --workspace --all-targets -- -D clippy::dbg_macro -D clippy::todo - name: Rustdoc - run: cargo doc --workspace + run: cargo doc --workspace --no-deps test: strategy: