Skip to content

Commit

Permalink
ci: Temporarily disable docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 7, 2023
1 parent 1f4b1fb commit 02a4280
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02a4280

Please sign in to comment.