-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add frontend CI and release steps #486
Conversation
Hi @sundy-li, can you tell me how to test the release ci on local? |
I think we should bind the HTML files into Maybe you can try https://github.com/pyrossh/rust-embed or just use |
Thanks so much for your help! I now have a much better understanding of how to build the frontend files and integrate them into the Rust project. I've already made the changes in this PR. Please take a look when you have a moment. Thanks again!😊 |
This pull request adds steps to build the frontend in the GitHub Actions workflow. It includes:
yarn
.These changes help make sure that the frontend is always up-to-date and part of the release.