Skip to content

Commit

Permalink
.circleci: Remove extra step for docs (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Olivero committed Oct 21, 2021
1 parent c96c0af commit 73e8f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ jobs:
steps:
- build_setup
- restore_cargo_package_cache
- run:
name: Build Docs
command: cargo doc --no-deps
- run:
name: Install MdBook
command: cargo install mdbook
Expand Down

1 comment on commit 73e8f95

@Balmasexy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reinstall startup

Please sign in to comment.