Skip to content

Commit

Permalink
Merge branch 'master' into feat/StorageWithUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk authored Jun 21, 2024
2 parents 12b0d74 + 7a985ea commit e0ebbce
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@ jobs:
run: chmod +x gradlew
- name: Generate documentation
run: ./gradlew dokkaHtmlMultiModule
- name: Uploading build folder
uses: actions/upload-artifact@v2
with:
name: artefact
path: build/dokka/htmlMultiModule
- name: Deploy API documentation to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./build/htmlMultiModule/dokka/html
target-folder: api
folder: build/dokka/htmlMultiModule
target-folder: docs

0 comments on commit e0ebbce

Please sign in to comment.