[webchannel] Add GitHub Actions workflow to deploy message generator demo - #80
Open
sampajano wants to merge 1 commit into
Open
[webchannel] Add GitHub Actions workflow to deploy message generator demo#80sampajano wants to merge 1 commit into
sampajano wants to merge 1 commit into
Conversation
sampajano
force-pushed
the
webchannel-gh-pages-deploy
branch
from
August 11, 2026 23:05
6a332ce to
9b858de
Compare
sampajano
marked this pull request as ready for review
August 11, 2026 23:16
sampajano
force-pushed
the
webchannel-gh-pages-deploy
branch
from
August 11, 2026 23:17
15a537e to
8126a9b
Compare
Collaborator
Author
|
@wenbozhu I configured it so the demo url would be the following (it will work after PR is merged): |
Collaborator
|
url path: /net_http/webchannel/message_generator feel free to suggest a shorter name for message_generator |
sampajano
force-pushed
the
webchannel-gh-pages-deploy
branch
from
August 13, 2026 23:58
8126a9b to
4198fc5
Compare
Collaborator
Author
@wenbozhu Done. Renamed everything to message_generator now. PTAL :) |
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.
Description
This PR adds a GitHub Actions workflow (
.github/workflows/webchannel-deploy-message-generator.yml) to automatically build and deploy the TypeScript WebChannel Message Generator demo (webchannel/js/demo) to GitHub Pages under the dedicated/webchannel/message_generator/subpath upon pushing to themainbranch.Architecture & Pipeline Overview
Destination URL (Post-Merge)
Key Details
demo.tstomessage_generator.tswhich compiles todist/message_generator.js._site/webchannel/message_generator/as the Pages artifact.mainbranch, with support for manual triggers viaworkflow_dispatch.zizmorsecurity checks.Verification & Live Preview