Skip to content

Commit

Permalink
Add docs CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Dec 2, 2024
1 parent c8f4a3f commit 9e44f04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ jobs:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate docs
run: cargo doc --verbose

0 comments on commit 9e44f04

Please sign in to comment.