kaxil opened a new pull request, #37:
URL: https://github.com/apache/airflow-site-archive/pull/37
## Summary
The `s3-to-github` workflow already syncs registry files (S3 → GitHub), but
the reverse direction (`github-to-s3`) was missing. This adds:
- New `sync-registry` workflow input (default: `true`)
- `registry-destination-location` output in the parameters step
(`s3://{live|staging}-docs-airflow-apache-org/registry/`)
- `registry-archive` included in sparse checkout
- New step at the end: `aws s3 sync registry-archive/ → registry/` in S3
Mirrors the pattern already used in `s3-to-github.yml`.
--
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]