diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d66c269..23be1848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,19 +121,3 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - - docs: - name: docs - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - toolchain: ${{ env.nightly }} - override: true - - uses: Swatinem/rust-cache@v1 - - name: "doc --lib --all-features" - run: cargo doc --lib --no-deps --all-features --document-private-items - env: - RUSTFLAGS: --cfg docsrs - RUSTDOCFLAGS: --cfg docsrs -Dwarnings