We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a1e3d commit 20e8c16Copy full SHA for 20e8c16
.github/workflows/docs.yml
@@ -38,13 +38,10 @@ jobs:
38
with:
39
mdbook-version: latest
40
- name: Build docs
41
- uses: actions-rs/cargo@v1
42
env:
43
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.llvm }}/lib
44
RUSTDOCFLAGS: --cfg docs
45
- with:
46
- command: doc
47
- args: --release
+ run: cargo +nightly doc --release
48
- name: Build guide
49
run: |
50
mdbook build guide
0 commit comments