errose28 opened a new pull request, #74: URL: https://github.com/apache/ozone-site/pull/74
## Summary Add a GitHub actions workflow to build the website from the docker image, then run and query the site with curl to check that it comes up. This PR adds a ci.yml file as the main driver of the CI workflow, where each job is added as a separate workflow in its own file. When static analysis checks are introduced later, ci.yml will invoke them from static.yml before the build/run/publish checks. - The docker image only contains dependencies, and is cached. - The website build is stored as an artifact and passed to the run and publish jobs ## Jira HDDS-10352 ## Testing - An initial passing run on my [fork](https://github.com/errose28/ozone-site/actions/runs/7880065041) - A [second passing run](https://github.com/errose28/ozone-site/actions/runs/7880109167) using the cached image to speed up the build step -- 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]
