Skip to content

Commit bbce3a7

Browse files
authored
Merge pull request #17 from SLNE-Development/feat/dokka
refactor: use correct output folder
2 parents 149d822 + ecb5143 commit bbce3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
mkdir -p artifacts
4545
zip -r artifacts/${{ steps.define-ids.outputs.artifact }} build/dokka/html
4646
47-
- name: Upload docs
47+
- name: Upload artifact
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: docs
51-
path: |
52-
artifacts/${{ steps.define-ids.outputs.artifact }}
51+
path: artifacts/${{ steps.define-ids.outputs.artifact }}
52+
5353

5454
deploy:
5555
environment:

0 commit comments

Comments
 (0)