about summary refs log tree commit diff
path: root/src/ci/scripts/create-doc-artifacts.sh
AgeCommit message (Collapse)AuthorLines
2025-06-02Fix `create-docs-artifacts.sh` with new borsJakub Beránek-1/+2
2023-06-12Publish docs as github artifacts during CITrevor Gross-0/+42
This PR saves library docs as github artifacts so they can be easily viewed for review. Discussed in <https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Building.20docs.20for.20PR.20CI>