We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4ee32 commit 15a5a0fCopy full SHA for 15a5a0f
.github/workflows/build.yaml
@@ -106,8 +106,8 @@ jobs:
106
with:
107
name: ${{ env.ZIP_NAME }}
108
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
+ #- name: Copy DESCRIPTION.en_us.html to artefact directory
+ # run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
111
- name: Copy ARTICLE.en_us.html to artefact directory
112
run: cp documentation/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html
113
continue-on-error: true
0 commit comments