Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

use `cargo-docs-rs` to validate docs as part of the build pipeline #1553

Closed demoray closed 9 months ago

demoray commented 9 months ago

This PR adds support to use cargo-docs-rs to build documentation to the CICD pipeline.

Running locally, this script would have found the issues identified in #1535