This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 272b1d6f07 Add live docs s3 bucket (#11)
272b1d6f07 is described below
commit 272b1d6f07b2ecaac5f1ed834aee1a38f56bc4e4
Author: GPK <[email protected]>
AuthorDate: Thu May 8 23:09:16 2025 +0100
Add live docs s3 bucket (#11)
* Update live docs url to github-to-s3
* Update live docs url to s3-to-github
---
.github/workflows/github-to-s3.yml | 2 +-
.github/workflows/s3-to-github.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/github-to-s3.yml
b/.github/workflows/github-to-s3.yml
index 243e352542..f92e69e300 100644
--- a/.github/workflows/github-to-s3.yml
+++ b/.github/workflows/github-to-s3.yml
@@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy
destination-location:
description: "The destination location in S3"
required: false
- default: "s3://staging-docs-airflow-apache-org/docs/"
+ default: "s3://live-docs-airflow-apache-org/docs/"
type: string
local-path:
description: "The location of the local folder to sync"
diff --git a/.github/workflows/s3-to-github.yml
b/.github/workflows/s3-to-github.yml
index 9b61c6fc19..e0854f35f5 100644
--- a/.github/workflows/s3-to-github.yml
+++ b/.github/workflows/s3-to-github.yml
@@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy
source-location:
description: "The destination location in S3"
required: false
- default: "s3://staging-docs-airflow-apache-org/docs/"
+ default: "s3://live-docs-airflow-apache-org/docs/"
type: string
local-destination:
description: "The local destination location"