Skip to content

fix: stabilize GitHub Pages documentation workflow - #105

Merged
orangeboyChen merged 1 commit into
mainfrom
codex/fix-docs-pages-postcss
Sep 4, 2026
Merged

fix: stabilize GitHub Pages documentation workflow#105
orangeboyChen merged 1 commit into
mainfrom
codex/fix-docs-pages-postcss

Conversation

@orangeboyChen

Copy link
Copy Markdown
Owner

Summary

  • isolate VitePress from the root Tailwind PostCSS configuration
  • use frozen docs dependency installation
  • build docs on pull requests and deploy only after pushes to main

Validation

  • bun run docs:build
  • bun run lint
  • bun run format:check
  • bun run typecheck
  • bun run test:coverage

The previous Pages failure was caused by the protected github-pages environment rejecting deployments from a feature branch; PR runs now validate the build without attempting deployment.

@orangeboyChen
orangeboyChen force-pushed the codex/fix-docs-pages-postcss branch from 68e9b39 to 33967e7 Compare September 4, 2026 07:21
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.77%. Comparing base (f3c94cb) to head (b836082).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files          21       21           
  Lines        4251     4251           
  Branches     1238     1238           
=======================================
  Hits         4029     4029           
  Misses        222      222           
Flag Coverage Δ
unittests 94.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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: 68e9b3965d

ℹ️ 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 thread .github/workflows/docs-pages.yml Outdated
@orangeboyChen
orangeboyChen force-pushed the codex/fix-docs-pages-postcss branch from 33967e7 to b836082 Compare September 4, 2026 07:25
@orangeboyChen
orangeboyChen enabled auto-merge (squash) September 4, 2026 07:26
@orangeboyChen
orangeboyChen merged commit b8dc183 into main Sep 4, 2026
7 checks passed
@orangeboyChen
orangeboyChen deleted the codex/fix-docs-pages-postcss branch September 4, 2026 07:30
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