From d1f1c7f00bdc6d9a5f2792441cc7e5b9d43e3f5a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 8 Dec 2023 00:29:48 +0900 Subject: [PATCH] ci: Temporarily disable docs build --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e0e2bd48..36d4f0e73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,11 +317,12 @@ jobs: run: rustup update stable - run: cargo fmt --all -- --check - docs: - name: cargo doc - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install Rust - run: rustup update nightly && rustup default nightly - - run: RUSTDOCFLAGS="-D warnings --cfg docsrs" cargo doc --workspace --no-deps --all-features + # TODO: upstream bug https://github.com/rust-lang/rust/issues/118670 + # docs: + # name: cargo doc + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - name: Install Rust + # run: rustup update nightly && rustup default nightly + # - run: RUSTDOCFLAGS="-D warnings --cfg docsrs" cargo doc --workspace --no-deps --all-features