Skip to content

Commit

Permalink
Use doc workspace command.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Oct 22, 2024
1 parent 39c201d commit e146f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Build Documentation
uses: actions-rs/cargo@v1
with:
command: rustdoc
args: --all-features -- -Z unstable-options --enable-index-page
command: doc
args: --all-features
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit e146f97

Please sign in to comment.