generates docs before cargo publish

This commit is contained in:
geoffsee
2025-08-15 10:08:04 -04:00
parent 612c1d30dd
commit 99086fb4c5
4 changed files with 5 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ jobs:
- name: Publish to crates.io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish
run: cargo rustdoc -p hyper-custom-cert --all-features && cargo publish
release:
name: Create GitHub Release