Skip to content

Commit

Permalink
ci: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 6, 2024
1 parent bfe6451 commit 98d9f8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ jobs:
with:
components: "clippy"
- run: "cargo clippy -- -D warnings"

docs:
name: "Documentation"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "dtolnay/rust-toolchain@stable"
- run: "cargo doc --verbose"

0 comments on commit 98d9f8c

Please sign in to comment.