kaxil opened a new pull request, #63234: URL: https://github.com/apache/airflow/pull/63234
Pagefind generates content-hashed filenames (e.g. `en_181da6f.pf_index`, `pagefind.en_b52554cee1.pf_meta`). Each registry rebuild produces new hashes, but the S3 sync had no `--delete` flag, so old index files accumulated as orphans. ## Changes Split the S3 sync into two commands: - **Main sync** (`--exclude "pagefind/*"`) — uploads everything except pagefind, no `--delete` to preserve files written by the subsequent `publish-versions` step - **Pagefind sync** (`--delete`) — uploads the new pagefind index and removes stale hashed files -- 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]
