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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 04537dee693 Make /mnt writeable in publish-docs workflow back (#55450)
04537dee693 is described below

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

    Make /mnt writeable in publish-docs workflow back (#55450)
---
 .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