Skip to content

Commit

Permalink
fix: command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aatifsyed committed May 16, 2023
1 parent 871bee4 commit fc0c396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fc0c396

Please sign in to comment.