Skip to content

Commit

Permalink
CI: stop generating doc for each Rust toolchain
Browse files Browse the repository at this point in the history
We do only care for one, and it is the one running in gh-page.yml
  • Loading branch information
dannywillems committed Jan 7, 2025
1 parent 40b39cf commit c4a5de1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ jobs:
run: |
git diff --exit-code ":(exclude)rust-toolchain"
- name: Build cargo docs
run: |
eval $(opam env)
make generate-doc
#
# Coding guidelines
#
Expand Down

0 comments on commit c4a5de1

Please sign in to comment.