Skip to content

Conversation

Copy link

Copilot AI commented Jan 16, 2026

Adds automated deployment of the expression evaluator playground to GitHub Pages on pushes to master/main.

Changes

  • New workflow .github/workflows/deploy-playground.yml:

    • Triggers on push to master/main
    • Builds UMD bundle via npm run build:umd
    • Assembles _site/ with sample files + dist/bundle.js
    • Deploys using official actions/deploy-pages@v4
  • README update: Added a "Playground Example" section that links to the deployed playground and describes its interactive features (live evaluation, code completions, syntax highlighting, and hover information)

Notes

Repository owner will need to enable GitHub Pages with "GitHub Actions" as the source in Settings → Pages.

Original prompt

Add a github action workflow that builds and deploys the playground (sample) on pushes to master to github pages.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Sander-Toonen <5106372+Sander-Toonen@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub action workflow for playground deployment Add GitHub Actions workflow to deploy playground to GitHub Pages Jan 16, 2026
Copilot AI requested a review from Sander-Toonen January 16, 2026 12:52
Sander-Toonen

This comment was marked as duplicate.

Copy link

@Sander-Toonen Sander-Toonen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a small section in the README.me with the name "Playground example" which tells the users that they can try out the package and the language server capabilities on the linked page.

Co-authored-by: Sander-Toonen <5106372+Sander-Toonen@users.noreply.github.com>
Copy link
Author

Copilot AI commented Jan 16, 2026

Add a small section in the README.me with the name "Playground example" which tells the users that they can try out the package and the language server capabilities on the linked page.

Added a "Playground Example" section to README.md in commit 39a89a5. The section includes a link to the playground and describes the interactive features available (live evaluation, code completions, syntax highlighting, and hover information).

@copilot Add a small section in the README.me with the name "Playground example" which tells the users that they can try out the package and the language server capabilities on the linked page.

Added a "Playground Example" section to README.md in commit 39a89a5. The section includes a link to the playground and describes the interactive features available (live evaluation, code completions, syntax highlighting, and hover information).

@Sander-Toonen Sander-Toonen marked this pull request as ready for review January 16, 2026 14:15
@Sander-Toonen Sander-Toonen merged commit 8737a70 into master Jan 16, 2026
4 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.

2 participants