This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new ffe6762ee0 Copy package-metadata.json from proper bucket
ffe6762ee0 is described below
commit ffe6762ee0308bfe0492aaf58c3abeaa1d883009
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Oct 25 14:33:21 2025 +0200
Copy package-metadata.json from proper bucket
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 343324eb4a..bc5d98607f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
STAGING_PUBLISH_REQUIRED: ${{ (github.event_name == 'push' ||
github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/staging'
|| 'false' }}
PUBLISH_BRANCH: ${{ github.ref == 'refs/heads/main' && 'publish' ||
'staging-publish' }}
CLOUDFRONT_DISTRIBUTION_ID: ${{ github.ref == 'refs/heads/main' &&
'E26P75MP9PMULE' || 'E197MS0XRJC5F3' }}
- S3_BUCKET: ${{ github.ref == 'refs/heads/main' &&
'live-docs-airflow-apache-org' || 'staging-docs-airflow-apache-org' }}
+ S3_DOCS_BUCKET: ${{ github.ref == 'refs/heads/main' &&
'live-docs-airflow-apache-org' || 'staging-docs-airflow-apache-org' }}
steps:
- name: ℹ️ Info
run: |