Exclude dependencies from documents (#2642)

This commit is contained in:
Hiroaki Yutani 2022-05-05 06:35:45 +09:00 committed by GitHub
parent ee3d23d546
commit af259aa12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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