We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b0d74 + 7a985ea commit e0ebbceCopy full SHA for e0ebbce
.github/workflows/publish.yml
@@ -68,9 +68,14 @@ jobs:
68
run: chmod +x gradlew
69
- name: Generate documentation
70
run: ./gradlew dokkaHtmlMultiModule
71
+ - name: Uploading build folder
72
+ uses: actions/upload-artifact@v2
73
+ with:
74
+ name: artefact
75
+ path: build/dokka/htmlMultiModule
76
- name: Deploy API documentation to Github Pages
77
uses: JamesIves/github-pages-deploy-action@v4
78
with:
79
branch: gh-pages
- folder: ./build/htmlMultiModule/dokka/html
- target-folder: api
80
+ folder: build/dokka/htmlMultiModule
81
+ target-folder: docs
0 commit comments