itongxiaojun opened a new pull request, #14:
URL: https://github.com/apache/ambari-website/pull/14
**Overview**
This PR adds GitHub Actions workflow configuration for ambari-website to
automate build and deployment processes.
**Key Changes**
1. Added new file .github/workflows/website.yml
2. Configured workflow triggers:
- On pull requests to main branch
- On pushes to main branch
3. Configured build steps:
- Checkout code
- Set up Node.js environment (version 18.12.1)
- Build website using Yarn
4. Configured deployment steps:
- Trigger only on push events
- Deploy to GitHub Pages on asf-site branch
- Automatically generate deployment commit messages
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]