Skip to content

Commit

Permalink
Exclude dependencies from documents (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored May 4, 2022
1 parent ee3d23d commit af259aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Build the docs (nightly)
run: |
cargo +nightly doc --lib
cargo +nightly doc --no-deps --lib
- name: Build the docs (stable)
run: cargo +stable doc --lib
run: cargo +stable doc --no-deps --lib
if: ${{ failure() }}

- name: Deploy the docs
Expand Down

0 comments on commit af259aa

Please sign in to comment.