Fix doc generation (#3224)

This commit is contained in:
Samuel Hurel 2022-11-23 22:59:59 +01:00 committed by GitHub
parent 73b23f1c8d
commit d3e5789b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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