Skip to content

Commit

Permalink
ci: add missing flags to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 7, 2024
1 parent b1b33f4 commit bde9c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- run: "cargo clippy -- -D warnings"

docs:
name: "Documentation"
name: "Docs"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "dtolnay/rust-toolchain@stable"
- run: "cargo doc --verbose"
- run: "cargo doc --package bsplines --features doc-images --no-deps"

0 comments on commit bde9c0e

Please sign in to comment.