Skip to content

docs(site): configure Pages custom domain - #2

Merged
foobarto merged 1 commit into
mainfrom
codex/pages-custom-domain
Aug 13, 2026
Merged

docs(site): configure Pages custom domain#2
foobarto merged 1 commit into
mainfrom
codex/pages-custom-domain

Conversation

@foobarto

Copy link
Copy Markdown
Owner

Summary\n- add the Pages-managed docs/CNAME for devbox.foobarto.me\n- assert the published-source custom-domain file in the static-site test\n\n## Verification\n- make test\n- make lint\n- node --check docs/assets/site.js\n- staged Gitleaks scan

Copilot AI lite review requested due to automatic review settings August 13, 2026 19:57
@foobarto
foobarto merged commit cd4b259 into main Aug 13, 2026
1 check passed
@foobarto
foobarto deleted the codex/pages-custom-domain branch August 13, 2026 19:58

Copilot AI 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.

Pull request overview

Configures the GitHub Pages site to use a Pages-managed custom domain and adds a regression test to ensure the published site source includes the expected custom-domain configuration.

Changes:

  • Add docs/CNAME for the Pages custom domain devbox.foobarto.me.
  • Extend the static-site structural test to assert the expected CNAME contents.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
test/site_test.py Adds an assertion that the published Pages source includes the expected CNAME content.
docs/CNAME Introduces the Pages-managed custom domain file for devbox.foobarto.me.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread test/site_test.py
Comment on lines 97 to +99
self.assertTrue((SITE / ".nojekyll").is_file())
self.assertTrue((SITE / "index.html").is_file())
self.assertEqual("devbox.foobarto.me\n", (SITE / "CNAME").read_text(encoding="utf-8"))
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.

2 participants