Skip to content

Commit

Permalink
remove redundant docs build
Browse files Browse the repository at this point in the history
We're already building the docs on netlify, so no need to do it in
GitHub CI as well. We'll just keep the check for assets.
  • Loading branch information
hds committed Oct 22, 2024
1 parent a747a6b commit b303247
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2

- name: Docs.rs
env:
RUSTDOCFLAGS: >
-D warnings
--force-warn rustdoc::redundant-explicit-links
--force-warn renamed-and-removed-lints
--cfg docsrs
--cfg tokio_unstable
RUSTFLAGS: --cfg tokio_unstable
run: cargo doc --no-deps --all-features

run:
- name: Check tokio-console README images
run: >
for filename in
Expand Down

0 comments on commit b303247

Please sign in to comment.