Skip to content

Commit f401891

Browse files
authored
Merge pull request #169 from vercel/bkonkle/publish-workflow-troubleshooting-2
[build] Fix the target location for ARTICLE.en_us.html
2 parents e056d5e + 0a0b166 commit f401891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Copy DESCRIPTION.en_us.html to artefact directory
9292
run: cp documentation/DESCRIPTION.en_us.html ${{ env.ZIP_NAME }}/DESCRIPTION.en_us.html
9393
- 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
94+
run: cp documentation/article/ARTICLE.en_us.html ${{ env.ZIP_NAME }}/ARTICLE.en_us.html
9595
continue-on-error: true
9696
- name: Copy OFL.txt to artefact directory
9797
run: cp OFL.txt ${{ env.ZIP_NAME }}/OFL.txt

0 commit comments

Comments
 (0)