nchammas commented on PR #697: URL: https://github.com/apache/spark-website/pull/697#issuecomment-4917280585
> to be clear, the post-merge job will generate HTML for the current codebase, so even if something goes wrong, a later post-merge job will make md files and HTML fully in sync again? Correct. Every commit to `asf-site` will trigger a build of the HTML. A new commit will be pushed with `[html] ` prepended to the title of the latest commit on the branch. The `[html]` string in the title is used as a marker to prevent the workflow from building and pushing the HTML again. https://github.com/apache/spark-website/blob/6eab236e822a55edc2bf3f834bf359cb6c2bca0c/.github/workflows/html-push.yml#L13-L15 Whenever a new commit is pushed to `asf-site`, as long as it does not include this `[html]` marker, that will trigger a new build + push. -- 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]
