Skip to content

Commit 40b0c0f

Browse files
committed
Fix artifact name in build.yml for documentation generation
1 parent 3ac0eec commit 40b0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Unzip artifact
202202
run: |
203-
unzip -qq artifacts/webHelpKSTORE2-all.zip -d build/docs
203+
unzip -qq artifacts/webHelpDECOMPOSE-ROUTER2-all.zip -d build/docs
204204
205205
- name: Move dokka api-doc to docs/api
206206
run: |

0 commit comments

Comments
 (0)