Skip to content

fix(docs): remove CNAME from exclude_docs so it lands in gh-pages#45

Merged
imran-siddique merged 2 commits into
mainfrom
fix/cname-excluded
Jun 18, 2026
Merged

fix(docs): remove CNAME from exclude_docs so it lands in gh-pages#45
imran-siddique merged 2 commits into
mainfrom
fix/cname-excluded

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

Summary

CNAME was listed in exclude_docs, so mkdocs was silently dropping it from the build output. GitHub Pages never saw the custom domain file — gh api .../pages showed cname: null even after a successful deploy.

Removing it from exclude_docs means it gets copied verbatim to the site root on the next build, which is what GitHub Pages needs to activate trace.agentrust-io.com.

🤖 Generated with Claude Code

imran-siddique and others added 2 commits June 17, 2026 16:48
docs/overrides directory was referenced but never created, causing
mkdocs to abort on every build with a configuration error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CNAME was excluded from the mkdocs build output, so GitHub Pages never
saw the custom domain and left cname: null in the Pages API response.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@imran-siddique imran-siddique merged commit 76bbba6 into main Jun 18, 2026
2 of 6 checks passed
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