diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fa0c49e7e7..8e2c9885db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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