From 6e8c27aaa59c727d7816ba0e36161b233fba97a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Thu, 31 Oct 2024 09:16:52 +0100 Subject: [PATCH] specify package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b7da03746..797526722 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,4 +50,4 @@ jobs: run: cat kube-custom-resources-rs/Cargo.toml - uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/install@cargo-docs-rs - - run: cargo docs-rs + - run: cargo docs-rs --package kube-custom-resources-rs