Skip to content

Commit

Permalink
Added publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Jun 18, 2024
1 parent 72fbd4a commit c15e7f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: chmod +x gradlew
- name: Generate documentation
run: ./gradlew dokkaHtmlMultiModule
# TODO: deploy generated html somewhere (for example github pages)
# Can be found under ./build/htmlMultiModule/
# everything should work automatically so just copying the files would suffice
- 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

0 comments on commit c15e7f3

Please sign in to comment.