From c19f471b1aee306a6b4bb875b0a114a165a64d85 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Thu, 8 May 2025 21:41:45 +0100 Subject: [PATCH] Add live site s3 docs bucket --- .github/workflows/publish-docs-to-s3.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs-to-s3.yml b/.github/workflows/publish-docs-to-s3.yml index 2dbfeaba70a6e..9666b874a6de0 100644 --- a/.github/workflows/publish-docs-to-s3.yml +++ b/.github/workflows/publish-docs-to-s3.yml @@ -39,11 +39,12 @@ on: # yamllint disable-line rule:truthy default: "no-docs-excluded" type: string destination-location: - description: "The destination location in S3" + description: "The destination location in S3, default is live site" required: false - default: "s3://staging-docs-airflow-apache-org/docs" + default: "s3://live-docs-airflow-apache-org/docs" type: choice options: + - s3://live-docs-airflow-apache-org/docs - s3://staging-docs-airflow-apache-org/docs env: