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.
2 parents e056d5e + 0a0b166 commit f401891Copy full SHA for f401891
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
- name: Copy DESCRIPTION.en_us.html to artefact directory
92
run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
93
- name: Copy ARTICLE.en_us.html to artefact directory
94
- run: cp documentation/article/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/article/ARTICLE.en_us.html
+ run: cp documentation/article/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html
95
continue-on-error: true
96
- name: Copy OFL.txt to artefact directory
97
run: cp OFL.txt ${{ env.ZIP_NAME }}/OFL.txt
0 commit comments