Skip to content

Commit 385b94a

Browse files
authored
Merge pull request #20
refactor: use correct output folder
2 parents 86834c7 + 2e92b63 commit 385b94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- name: Zip docs
4343
run: |
4444
mkdir -p artifacts
45-
zip -r artifacts/${{ steps.define-ids.outputs.artifact }} build/dokka/html
45+
cd build/dokka/html
46+
zip -r ../../artifacts/${{ steps.define-ids.outputs.artifact }} .
4647
4748
- name: Verify zip file
4849
run: ls -la artifacts/

0 commit comments

Comments
 (0)