Skip to content

Commit fc0c396

Browse files
committed
fix: command typo
1 parent 871bee4 commit fc0c396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
- name: Build rustdoc
5656
run: |-
5757
rustup toolchain install $toolchain --component rustfmt
58-
cargo +$toolchain --version
59-
cargo +$toolchain --workspace --no-deps
58+
cargo +$toolchain doc --workspace --no-deps
6059
env:
6160
# When you visit https://chainsafe.github.io/forest/rustdoc you get an index.html
6261
# listing all crates that are documented (copied out below).

0 commit comments

Comments
 (0)