kaxil opened a new pull request, #28: URL: https://github.com/apache/airflow-site-archive/pull/28
Extends the `s3-to-github.yml` workflow to sync the Provider Registry files from S3 alongside the existing docs sync. PR [apache/airflow#62261](https://github.com/apache/airflow/pull/62261) added a Provider Registry that deploys to `s3://{bucket}/registry/` via `registry-build.yml`. This PR archives those files into `registry-archive/` in GitHub, mirroring how `docs/` is archived into `docs-archive/`. ## Changes - **New `sync-registry` input** — boolean toggle (default `true`) so registry sync can be controlled independently of docs sync - **`registry-source-location` output** — points to `s3://{bucket}/registry/` for both live and staging - **`registry-archive` in sparse checkout** — always included so the directory is available even when syncing specific doc packages - **Registry sync step** — simple `aws s3 sync --delete` (no Python script needed since registry has no package-level logic) - **Destination: `registry-archive/`** — follows the existing `docs-archive/` naming convention - **No commit step changes** — the existing `git add --verbose .` picks up `registry-archive/` automatically -- 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]
