Skip to content

site: adopt weft design system + fix Pages (Actions) config#65

Merged
tachyon-beep merged 2 commits into
mainfrom
site-design-system-and-pages
Jun 17, 2026
Merged

site: adopt weft design system + fix Pages (Actions) config#65
tachyon-beep merged 2 commits into
mainfrom
site-design-system-and-pages

Conversation

@tachyon-beep

Copy link
Copy Markdown
Collaborator

Design-system consistency pass + Pages config fix (see commits). Site/CI only; no src changes.

  • D4 token fix flows via @weft/site-kit; .eyebrow → .weft-eyebrow; token hygiene.
  • ci(pages): add actions/configure-pages@v5 so the Actions deploy self-heals the Pages source.

🤖 Generated with Claude Code

tachyon-beep and others added 2 commits June 17, 2026 15:35
Design-system consistency pass (audit-driven):
- .eyebrow re-implementation -> shared .weft-eyebrow atom (canonical
  11px/medium overline; corrects a 12px/regular drift).
- token hygiene: 64px->var(--space-10), 3px->var(--radius-sm), raw
  rgba(0,0,0,.08) inset -> var(--border-hairline).
The D4 display-font fix (Space Grotesk retired -> IBM Plex Sans) lands via the
shared @weft/site-kit on the next vendor refresh.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The deploy job used deploy-pages@v4 with no configure-pages step, so it did not
self-heal the repo's Pages source — which was still 'Deploy from a branch'
(legacy: gh-pages / rc5-docs), causing the Actions deploy to fail or be ignored.
Add actions/configure-pages@v5 (enablement: true) to the build job so the source
is pinned to build_type=workflow on every run.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2d0540dd82

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +46 to +48
uses: actions/configure-pages@v5
with:
enablement: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use an API that updates existing Pages sites

In the scenario called out here—Pages already exists but is still configured as “Deploy from a branch”—actions/configure-pages@v5 does not switch the site to build_type=workflow; its v5 code returns the existing Pages site after getPages succeeds and only calls createPagesSite({ build_type: 'workflow' }) when no site exists. I checked actions/configure-pages@v5's action code for this behavior, so this step will leave the repo in branch mode and the later actions/deploy-pages deployment still won't publish from the uploaded artifact.

Useful? React with 👍 / 👎.

@tachyon-beep tachyon-beep merged commit 0efb29b into main Jun 17, 2026
8 checks passed
@tachyon-beep tachyon-beep deleted the site-design-system-and-pages branch June 17, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant