Skip to content

Commit

Permalink
Merge branch 'feat/Documentation' of https://github.com/deBasMan21/fi…
Browse files Browse the repository at this point in the history
…rebase-kotlin-sdk into feat/Documentation
  • Loading branch information
BasBuijsen committed Jun 18, 2024
2 parents d6edc08 + c15e7f3 commit f396917
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 f396917

Please sign in to comment.