create build github action using our docs_rs_build CLI - #3551
Merged
Merged
Conversation
build github action for crate CI
build github action for crate CIbuild github action using our docs_rs_build CLI
syphar
force-pushed
the
build-action
branch
from
September 23, 2026 15:25
5851b57 to
123ff19
Compare
syphar
marked this pull request as ready for review
September 23, 2026 15:30
Member
Author
syphar
force-pushed
the
build-action
branch
from
September 23, 2026 15:41
123ff19 to
1a41311
Compare
GuillaumeGomez
approved these changes
Sep 23, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is what I imagine crate maintainers to use to test their docs build in CI. Based on the refactor in #3480 .
I approved / merged, I'll try to find some feedback / testers via our zulip stream , and the crate maintainers I know.
Usage example & test in rust-lang/rustwide#155
I intentionally don't expose all args of the CLI yet, I want to see what people actually need. And they always can install & use the CLI themselves ( they only need to think about caching then).