diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9366af5..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