ci(docs): overlay design-data-spec/spec from beta when building docs#823
Merged
Conversation
Spec proposals 010 (composite tokens) and 012 (string-name escape hatch) are merged on beta but not yet ready to land on main. This overlays packages/design-data-spec/spec/ from origin/beta in the deploy-docs workflow before the 11ty build, so the published /spec/ pages reflect the latest proposals without merging beta. Remove the overlay step once beta merges to main.
|
Member
Author
Run report for 2ff3f19fTotal time: 7.3ms | Comparison time: 0s | Estimated loss: 7.3ms (100.0% slower)
Touched files |
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.
Description
Adds a step to the
deploy-docs.ymlworkflow that overlayspackages/design-data-spec/spec/fromorigin/betabefore the 11ty docs build runs. Only the spec markdown files are affected; everything else (site content, tokens, visualizers) continues to build frommain.Related Issue
N/A — temporary workflow shim; remove the overlay step once
betamerges tomain.Motivation and Context
Spec proposals 010 (composite tokens, #817) and 012 (string-name escape hatch, #820) are merged on
betabutbetais not yet ready to land onmain. This lets the published spec at https://opensource.adobe.com/spectrum-design-data/spec/ reflect the latest proposals without a full beta merge.The overlay is scoped to
packages/design-data-spec/spec/*.md— the only files consumed bydocs/site/scripts/copy-spec.js. Schema, conformance, fields, and rules changes onbetaare not affected.How Has This Been Tested?
Overlay verified locally:
Both new sections ("Composite value types" and "String-name escape hatch") appeared in the rendered output.
Screenshots (if appropriate):
N/A
Types of changes
Checklist: