mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
Exclude dependencies from documents (#2642)
This commit is contained in:
parent
ee3d23d546
commit
af259aa12a
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user