Skip to content

Commit e0ebbce

Browse files
authoredJun 21, 2024
Merge branch 'master' into feat/StorageWithUrl
2 parents 12b0d74 + 7a985ea commit e0ebbce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎.github/workflows/publish.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,14 @@ jobs:
6868
run: chmod +x gradlew
6969
- name: Generate documentation
7070
run: ./gradlew dokkaHtmlMultiModule
71+
- name: Uploading build folder
72+
uses: actions/upload-artifact@v2
73+
with:
74+
name: artefact
75+
path: build/dokka/htmlMultiModule
7176
- name: Deploy API documentation to Github Pages
7277
uses: JamesIves/github-pages-deploy-action@v4
7378
with:
7479
branch: gh-pages
75-
folder: ./build/htmlMultiModule/dokka/html
76-
target-folder: api
80+
folder: build/dokka/htmlMultiModule
81+
target-folder: docs

0 commit comments

Comments
 (0)
Failed to load comments.