Skip to content

Commit 15a5a0f

Browse files
authored
Update build.yaml
Trying to unblock release action
1 parent 7b4ee32 commit 15a5a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
with:
107107
name: ${{ env.ZIP_NAME }}
108108
path: ${{ env.ZIP_NAME }}
109-
- name: Copy DESCRIPTION.en_us.html to artefact directory
110-
run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
109+
#- name: Copy DESCRIPTION.en_us.html to artefact directory
110+
# run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
111111
- name: Copy ARTICLE.en_us.html to artefact directory
112112
run: cp documentation/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html
113113
continue-on-error: true

0 commit comments

Comments
 (0)