Skip to content

Commit

Permalink
Fix doc generation (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
IcanDivideBy0 authored Nov 23, 2022
1 parent 73b23f1 commit d3e5789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,4 +44,4 @@ jobs:
FOLDER: target/doc
REPOSITORY_NAME: gfx-rs/wgpu-rs.github.io
BRANCH: master
TARGET_FOLDER: doc
TARGET_FOLDER: doc

0 comments on commit d3e5789

Please sign in to comment.