Skip to content

Commit

Permalink
Document dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Oct 11, 2022
1 parent 084e32d commit c22e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -308,7 +308,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Document public API
run: cargo doc -p time --all-features --no-deps -Zrustdoc-map
run: cargo doc -p time --all-features -Zrustdoc-map
env:
RUSTDOCFLAGS: --cfg __time_03_docs

Expand Down

0 comments on commit c22e000

Please sign in to comment.