Skip to content

Commit

Permalink
doc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 15, 2024
1 parent b7e38f5 commit ab4f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build docs
run: cargo docs
run: cargo doc --no-deps
env:
RUSTDOCFLAGS: -D warnings

0 comments on commit ab4f182

Please sign in to comment.