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 aef9fe933b Copy package-metadata.json from proper bucket
aef9fe933b is described below

commit aef9fe933b10f5f15b6122f0aaaa44d37d28610f
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, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5c45d2b8a0..343324eb4a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,6 +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' }}
     steps:
       - name: ℹ️ Info
         run: |
@@ -104,6 +105,7 @@ jobs:
       - name: 🔧 Build site
         run: |
           /mnt/airflow-site/site.sh build-site
+
       - name: Install AWS CLI v2
         if: env.PROD_PUBLISH_REQUIRED != 'false' || 
env.STAGING_PUBLISH_REQUIRED != 'false'
         run: |

Reply via email to