We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871bee4 commit fc0c396Copy full SHA for fc0c396
.github/workflows/docs.yml
@@ -55,8 +55,7 @@ jobs:
55
- name: Build rustdoc
56
run: |-
57
rustup toolchain install $toolchain --component rustfmt
58
- cargo +$toolchain --version
59
- cargo +$toolchain --workspace --no-deps
+ cargo +$toolchain doc --workspace --no-deps
60
env:
61
# When you visit https://chainsafe.github.io/forest/rustdoc you get an index.html
62
# listing all crates that are documented (copied out below).
0 commit comments