From 6e685266f3b985ac975d7c579c053ea248130306 Mon Sep 17 00:00:00 2001 From: Lutz Reinhardt Date: Mon, 16 Feb 2026 11:15:49 +0100 Subject: [PATCH] Free more disk space before building documentation The documentation build of the [inc_someip_gateway failed](https://github.com/eclipse-score/inc_someip_gateway/actions/runs/21995625708/job/63554671697?pr=21), because it ran out of disk space. So hopefully with more space cleaned up, it will succeed. --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9a96fce..f91506a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,6 +53,7 @@ jobs: pull-requests: write contents: read steps: + - uses: eclipse-score/more-disk-space@v1 - name: Checkout repository (Handle all events) uses: actions/checkout@v4.2.2 with: @@ -244,4 +245,4 @@ jobs: uses: eclipse-score/cicd-workflows/.github/actions/deploy-versioned-pages@main with: source_folder: extracted_docs/_build - deployment_type: ${{ inputs.deployment_type }} \ No newline at end of file + deployment_type: ${{ inputs.deployment_type }}