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

gopidesu pushed a commit to branch fix-docs-publish-breeze-error
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d59890f355e793e31ae92cfae5fbc6d4b5ae82c8
Author: Pavan Kumar <[email protected]>
AuthorDate: Mon Sep 29 10:45:44 2025 +0100

    move disk cleanup to before image build
---
 .github/workflows/publish-docs-to-s3.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index d61653a6cf4..a00b56f896d 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -189,6 +189,9 @@ jobs:
           ref: ${{ inputs.ref }}
           fetch-depth: 0
           fetch-tags: true
+      - name: "Free up disk space"
+        shell: bash
+        run: ./scripts/tools/free_up_disk_space.sh
       - name: "Apply patch commits if provided"
         run: |
           if [[ "${APPLY_COMMITS}" != "" ]]; then
@@ -232,9 +235,6 @@ jobs:
           INCLUDE_COMMITS: ${{ startsWith(inputs.ref, 'providers') && 'true' 
|| 'false' }}
         run: >
           breeze build-docs ${INCLUDE_DOCS} --docs-only
-      - name: "Free up disk space"
-        shell: bash
-        run: ./scripts/tools/free_up_disk_space.sh
       - name: "Checkout current version to run SBOM generation"
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  # 
v4.2.2
         with:

Reply via email to