Skip to content

Commit e146f97

Browse files
committed
Use doc workspace command.
1 parent 39c201d commit e146f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Build Documentation
4141
uses: actions-rs/cargo@v1
4242
with:
43-
command: rustdoc
44-
args: --all-features -- -Z unstable-options --enable-index-page
43+
command: doc
44+
args: --all-features
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v3
4747
- name: Upload artifact

0 commit comments

Comments
 (0)