nchammas opened a new pull request, #699: URL: https://github.com/apache/spark-website/pull/699
Add workflows to automatically build the site and push the generated HTML. This eliminates the need for contributors to commit or review HTML changes. Workflow changes: - `html-build.yml`: Add a new workflow that runs on PRs and simply generates the docs. This confirms the Jekyll build is not obviously broken. - `html-push.yml`: Add a new workflow that runs on new commits to asf-site. It generates the docs and pushes the generated HTML automatically as a new commit to asf-site. - `doc_gen.yml`: Delete this workflow since it is subsumed by the new workflows. Website source changes: - Stabilize the sitemap so it's generated in a deterministic manner, eliminating repeated diff noise. Repo documentation changes: - Unify the build instructions so there are only two places to look: `committers.md` and the main repo README. - Add important note about `content/` so its critical role is documented clearly for everyone. This is a second attempt at #697 (which was reverted in #698). -- 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]
