Skip to content

Commit 20e8c16

Browse files
committed
Build docs on nightly
1 parent 31a1e3d commit 20e8c16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ jobs:
3838
with:
3939
mdbook-version: latest
4040
- name: Build docs
41-
uses: actions-rs/cargo@v1
4241
env:
4342
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.llvm }}/lib
4443
RUSTDOCFLAGS: --cfg docs
45-
with:
46-
command: doc
47-
args: --release
44+
run: cargo +nightly doc --release
4845
- name: Build guide
4946
run: |
5047
mdbook build guide

0 commit comments

Comments
 (0)