Skip to content

Commit 39a1d0a

Browse files
author
Gianmarco Garrisi
committed
Fix workflow script
1 parent 92cbc27 commit 39a1d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
with:
6868
toolchain: nightly
6969
- name: Docs.rs
70-
run: RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
70+
run: RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --all-features

0 commit comments

Comments
 (0)