mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +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)
|
- name: Build the docs (nightly)
|
||||||
run: |
|
run: |
|
||||||
cargo +nightly doc --lib
|
cargo +nightly doc --no-deps --lib
|
||||||
|
|
||||||
- name: Build the docs (stable)
|
- name: Build the docs (stable)
|
||||||
run: cargo +stable doc --lib
|
run: cargo +stable doc --no-deps --lib
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
||||||
- name: Deploy the docs
|
- name: Deploy the docs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user