From 37b029c2291596ccc1f4cc875463b75e4a816926 Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Sat, 8 Mar 2025 00:00:00 +0000 Subject: [PATCH] github actions are useful but annoying as shit --- .github/workflows/build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d066a3..dc5d8ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,10 +86,11 @@ jobs: command: clippy args: -- -D warnings - - name: Run rustdoc lints - uses: actions-rs/cargo@v1 - env: - RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" - with: - command: doc - args: --workspace --all-features --no-deps --document-private-items + # This package does not provide docs + # - name: Run rustdoc lints + # uses: actions-rs/cargo@v1 + # env: + # RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples" + # with: + # command: doc + # args: --workspace --all-features --no-deps --document-private-items