Merged
Conversation
Co-authored-by: crenshaw-dev <350466+crenshaw-dev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add index.html to repository for homepage
Add index.html to GitHub Pages site
Feb 28, 2026
crenshaw-dev
requested changes
Feb 28, 2026
Contributor
crenshaw-dev
left a comment
There was a problem hiding this comment.
@copilot add some SEO metadata if you think that would be helpful for crawlers.
Co-authored-by: crenshaw-dev <350466+crenshaw-dev@users.noreply.github.com>
Contributor
Author
crenshaw-dev
approved these changes
Feb 28, 2026
There was a problem hiding this comment.
Pull request overview
Adds a root landing page for the GitHub Pages site so the repository URL no longer returns a 404, and ensures it is deployed during chart releases.
Changes:
- Added
docs/index.htmlas a simple landing page with basic SEO + Open Graph metadata. - Updated the release workflow to checkout
docs/index.htmlontogh-pagesduring releases so it gets published alongside chart artifacts.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/index.html |
Introduces a minimal GitHub Pages landing page at the published docs/ root. |
.github/workflows/release-chart.yaml |
Ensures docs/index.html is brought into gh-pages on release so Pages serves it. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
emirot
approved these changes
Mar 2, 2026
crenshaw-dev
approved these changes
Mar 2, 2026
emirot
approved these changes
Mar 2, 2026
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.
Navigating to
https://argoproj-labs.github.io/gitops-promoter-helm/currently returns a 404 since no root page exists.Changes
docs/index.html: Simple landing page with links to the GitOps Promoter project and this helm chart repository. Includes SEO metadata (description,keywords,author, Open Graph tags, and acanonicallink) to improve discoverability by search engines and social sharing previews.release-chart.yaml: Extended thegit checkout origin/maincommand to also pulldocs/index.htmlintogh-pageson each release, ensuring the page is deployed alongside chart artifacts.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.