mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- Introduced a new workflow to automate deployment to GitHub Pages upon successful completion of the version bump workflow. - Configured steps for checking out code, setting up Node.js, installing dependencies, building the frontend, and deploying to both the gh-pages and main branches. This addition enhances the deployment process and ensures that the latest changes are reflected on GitHub Pages automatically.