Skip to content

Commit

Permalink
Built the documentation (cargo doc) as part of a Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti committed Aug 15, 2024
1 parent 806b52b commit 27b0cd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
with:
command: clippy
args: -- -D warnings

- name: Build the package's documentation
uses: actions-rs/cargo@v1
with:
command: doc

0 comments on commit 27b0cd0

Please sign in to comment.