-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Automate WebUI static output generation via GH Actions so it's always up to date with the latest master version.
Motivation
Currently when anyone wants to contribute to WebUI they need to handle static build as part of their PR's diff that they commit along with the source code changes. This adds a lot of unnecessary work as with every update on master the static outputs in different PRs are showing merge conflicts and need to be re-built and the branches need to be rebased with it.
Possible Implementation
Write a workflow that manages auto-update of WebUI static output for a PR with every update on the PR's working branch and also on master branch.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request