From 15a5a0f03efdf7570ca9c51aa2d5f4e9fe3265a9 Mon Sep 17 00:00:00 2001 From: Rosalie Wagner Date: Thu, 17 Jul 2025 14:09:46 +0200 Subject: [PATCH 1/2] Update build.yaml Trying to unblock release action --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9366af5..f644c44 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -106,8 +106,8 @@ jobs: with: name: ${{ env.ZIP_NAME }} path: ${{ env.ZIP_NAME }} - - name: Copy DESCRIPTION.en_us.html to artefact directory - run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html + #- name: Copy DESCRIPTION.en_us.html to artefact directory + # run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html - name: Copy ARTICLE.en_us.html to artefact directory run: cp documentation/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html continue-on-error: true From 25121a4796d3298e33a3032f823318151c9d5eec Mon Sep 17 00:00:00 2001 From: Rosalie Wagner Date: Tue, 22 Jul 2025 14:55:52 +0200 Subject: [PATCH 2/2] deleted muted lines --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f644c44..9cd639a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -106,8 +106,6 @@ jobs: with: name: ${{ env.ZIP_NAME }} path: ${{ env.ZIP_NAME }} - #- name: Copy DESCRIPTION.en_us.html to artefact directory - # run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html - name: Copy ARTICLE.en_us.html to artefact directory run: cp documentation/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html continue-on-error: true