mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix doc generation (#3224)
This commit is contained in:
parent
73b23f1c8d
commit
d3e5789b95
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
||||
- name: Build the docs (nightly)
|
||||
run: |
|
||||
cargo +nightly doc --no-deps --lib
|
||||
env: RUSTDOCFLAGS="--cfg docsrs"
|
||||
env:
|
||||
RUSTDOCFLAGS: --cfg docsrs
|
||||
|
||||
- name: Build the docs (stable)
|
||||
run: cargo +stable doc --no-deps --lib
|
||||
@ -43,4 +44,4 @@ jobs:
|
||||
FOLDER: target/doc
|
||||
REPOSITORY_NAME: gfx-rs/wgpu-rs.github.io
|
||||
BRANCH: master
|
||||
TARGET_FOLDER: doc
|
||||
TARGET_FOLDER: doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user