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

kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 89fd6c5267e Make /mnt writeable in publish-docs workflow back (#55450)
89fd6c5267e is described below

commit 89fd6c5267e7d767b8d760b588e42d01e8bc71d5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Sep 10 04:00:22 2025 +0000

    Make /mnt writeable in publish-docs workflow back (#55450)
    
    (cherry picked from commit 04537dee693809d580b6dc3417cdb0da9aaa590d)
---
 .github/workflows/publish-docs-to-s3.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index 97bce1515f5..f2541d0626c 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -318,6 +318,9 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  # 
v4.2.2
         with:
           persist-credentials: false
+      - name: "Make /mnt writeable and cleanup"
+        shell: bash
+        run: ./scripts/ci/make_mnt_writeable.sh
       - name: "Install Breeze"
         uses: ./.github/actions/breeze
       - name: "Download docs prepared as artifacts"

Reply via email to