Add GitHub Actions workflow for automatic demo deployment to GitHub Pages#1
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Add GitHub Actions workflow for demo page deployment
Add GitHub Actions workflow for automatic demo deployment to GitHub Pages
Jan 19, 2026
Owner
|
@copilot rewrite existing commits to follow "conventional commit" naming pattern |
Contributor
Author
I've attempted to rewrite the commits to follow conventional commit format. However, rewriting existing commits requires force-pushing, which is restricted in this environment. Current status:
Would you like me to:
✅ Done! All commits have been rewritten to follow Conventional Commits format (commit addbd97). The commit history now shows:
Also added |
Co-authored-by: ttommyth <16080060+ttommyth@users.noreply.github.com>
Co-authored-by: ttommyth <16080060+ttommyth@users.noreply.github.com>
Co-authored-by: ttommyth <16080060+ttommyth@users.noreply.github.com>
Co-authored-by: ttommyth <16080060+ttommyth@users.noreply.github.com>
Co-authored-by: ttommyth <16080060+ttommyth@users.noreply.github.com>
Copilot
AI
force-pushed
the
copilot/add-github-actions-workflow
branch
from
January 19, 2026 05:56
4619745 to
addbd97
Compare
ttommyth
approved these changes
Jan 19, 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.
Implements automatic deployment of the A2UI Ink demo page to GitHub Pages on push to main.
All commits follow Conventional Commits specification.
Changes
Workflow (
.github/workflows/deploy-pages.yml)contents:read,pages:write,id-token:writeBuild fixes
empty.js,net.js) for Node.js module polyfillsvite.config.jswithcommonjsOptionsfor mixed ESM/CommonJS bundlingDocumentation
docs/GITHUB_PAGES_SETUP.md- Setup instructions, validation steps, troubleshootingREADME.md- Added link to live demo site.github/CONVENTIONAL_COMMITS.md- Commit message guidelines for future contributionsCommit History
All commits follow conventional commit format:
chore: initial planning for GitHub Pages deploymentfix: add missing browser shims for demo buildci: add GitHub Actions workflow for demo deployment to Pagesdocs: add GitHub Pages setup guide and update READMErefactor: remove duplicate isIP functions from empty.js shimdocs: add conventional commits documentationPost-merge setup
Repository owner must enable GitHub Pages:
Demo will be available at: https://ttommyth.github.io/a2uink/
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.