diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 96cf92043332..b102b44c1d73 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,8 +55,7 @@ jobs: - name: Build rustdoc run: |- rustup toolchain install $toolchain --component rustfmt - cargo +$toolchain --version - cargo +$toolchain --workspace --no-deps + cargo +$toolchain doc --workspace --no-deps env: # When you visit https://chainsafe.github.io/forest/rustdoc you get an index.html # listing all crates that are documented (copied out below).