Skip to content

Commit

Permalink
fix: extraneous component added in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed May 22, 2023
1 parent b431e00 commit 351a167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: make mdbook-build
- name: Build rustdoc
run: |-
rustup toolchain install $toolchain --component rustfmt
rustup toolchain install $toolchain
cargo +$toolchain doc --workspace --no-deps
env:
# When you visit https://chainsafe.github.io/forest/rustdoc you get an index.html
Expand Down

0 comments on commit 351a167

Please sign in to comment.