Ma77Ball opened a new pull request, #5308:
URL: https://github.com/apache/texera/pull/5308

   ### What changes were proposed in this PR?
   - Adds a GitHub Actions workflow that keeps the website docs in sync with 
this repository, which is the single source of truth for documentation.
   - How it works: when any file under `docs/` changes on `main`, the workflow 
copies each Markdown page body into the website repo 
(apache/incubator-texera-site) and pushes it, which triggers the site existing 
publish build.
   - It preserves the website own front matter (page redirects and menu 
settings) and only replaces the body, so site navigation and aliases are never 
clobbered; new pages are copied and removed pages are deleted, so the site 
stays a faithful mirror.
   - The job runs only on `apache/texera` (forks are skipped) and can also be 
triggered manually from the Actions tab.
   ### Any related issues, documentation, or discussions?
   Related to: #5001
   ### How was this PR tested?
   - Dry-ran the sync logic against the live website docs tree: the result is 
idempotent (a second run reports zero changes).
   - Verified the website front matter (aliases, menu, linkTitle) is preserved 
while page bodies update.
   - Validated the workflow YAML and the embedded Python both parse and compile 
cleanly.
   ### Was this PR authored or co-authored using generative AI tooling?
   Co-authored with Claude Opus 4.8 in compliance with ASF


-- 
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]

Reply via email to