Separate GitHub Pages technical root from landing#475
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR repurposes the GitHub Pages deployment workflow so that the repository's github.io root serves a small technical entrypoint (docs/github-pages-root/) instead of the product landing page. The product landing remains owned by the custom/static host via publish-static-artifacts.yml, eliminating navigation loops where docs links route back to marketing.
Changes:
- Renamed Pages workflow job and updated trigger paths + upload path to
docs/github-pages-root/. - Added a new static HTML technical root page linking to artifact manifest, dashboard JSON, repo docs, and the product landing.
- Documented the GitHub-Pages-vs-landing ownership boundary in
docs/static_artifact_publish.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/pages-technical-root.yml |
Renames job/steps and switches deployment source from landing/ to docs/github-pages-root/. |
docs/github-pages-root/index.html |
New technical entrypoint page with four cards pointing at artifact/runs/docs/landing surfaces. |
docs/static_artifact_publish.md |
Adds explicit Pages ownership boundary paragraph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
docs/github-pages-root/.Motivation
landing/, while the same landing is also published through the static-host workflow.Goals
Changes
docs/github-pages-root/instead oflanding/.docs/static_artifact_publish.md.Validation
Commands run:
Results:
git diff --check: passed..github/workflowsordocs.Risks / Notes
https://0al-spec.github.io/SpecGraph/will stop showing the product landing and show the technical root after workflow deployment.publish-static-artifacts.yml.Checklist