Skip to content

Commit 86834c7

Browse files
authored
Merge pull request #19 from SLNE-Development/feat/dokka
feat/dokka
2 parents 494c3d3 + 47daede commit 86834c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-docs.yml

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

4750
- name: Upload artifact
4851
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)