Skip to content

Commit

Permalink
chore: Fix docs CI (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique authored Jul 5, 2024
1 parent 0c789b2 commit 9941402
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 @@ -46,8 +46,8 @@ jobs:

- name: Run rustdoc check
env:
RUSTDOCFLAGS: --cfg docs_rs -D warnings
run: cargo +nightly doc
RUSTDOCFLAGS: --cfg docsrs -D warnings
run: cargo +nightly doc --no-deps


fmt:
Expand Down

0 comments on commit 9941402

Please sign in to comment.