This is an automated email from the ASF dual-hosted git repository.

gopidesu pushed a commit to branch update-live-docs-cloudfront-url
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to 
refs/heads/update-live-docs-cloudfront-url by this push:
     new 6a1e86e812 Update s3 bucket
6a1e86e812 is described below

commit 6a1e86e812735da3bb8d7d25b9affe16c1474fb8
Author: Pavan Kumar <[email protected]>
AuthorDate: Thu May 8 23:00:06 2025 +0100

    Update s3 bucket
---
 .github/workflows/build.yml    | 4 ++--
 dump-docs-packages-metadata.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cfd71c84d8..60c6d0fd6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -124,8 +124,8 @@ jobs:
       - name: Copy docs index page to S3 docs
         if: ${{ github.event_name == 'push' }}
         run: |
-          aws s3 cp ./dist/docs/index.html 
s3://staging-docs-airflow-apache-org/docs/index.html
-          aws s3 cp ./dist/docs/index.xml 
s3://staging-docs-airflow-apache-org/docs/index.xml
+          aws s3 cp ./dist/docs/index.html 
s3://live-docs-airflow-apache-org/docs/index.html
+          aws s3 cp ./dist/docs/index.xml 
s3://live-docs-airflow-apache-org/docs/index.xml
 
       - name: 🐅 Optimize artifacts
         if: ${{ github.event_name == 'pull_request' }}
diff --git a/dump-docs-packages-metadata.py b/dump-docs-packages-metadata.py
index 6e1955907d..43587745be 100755
--- a/dump-docs-packages-metadata.py
+++ b/dump-docs-packages-metadata.py
@@ -3,7 +3,7 @@ import sys
 
 import requests
 
-resp = 
requests.get("https://staging-docs-airflow-apache-org.s3.us-east-2.amazonaws.com/manifest/packages-metadata.json";)
+resp = 
requests.get("https://live-docs-airflow-apache-org.s3.us-east-2.amazonaws.com/manifest/packages-metadata.json";)
 if resp.status_code != 200:
     raise RuntimeError(f"Failed to fetch metadata: {resp.status_code} - 
{resp.text}")
 

Reply via email to