Skip to content

Commit

Permalink
Publish kotlin docs to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Sep 9, 2024
1 parent a2e0898 commit 2e9c9a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
cp -a ./scheduler-worker/scheduling-dsl-compiler/build/docs ./build/scheduling-edsl-api
- name: Build Java Docs
run: ./gradlew javadoc
- name: Build Kotlin Docs
run: ./gradlew dokkaHtmlMultiModule
- name: Copy Java Docs to Build Directory
run: |
cp -a ./constraints/build/docs/javadoc ./build/javadoc/constraints
Expand All @@ -50,6 +52,7 @@ jobs:
cp -a ./scheduler-driver/build/docs/javadoc ./build/javadoc/scheduler-driver
cp -a ./scheduler-server/build/docs/javadoc ./build/javadoc/scheduler-server
cp -a ./scheduler-worker/build/docs/javadoc ./build/javadoc/scheduler-worker
cp -a ./procedural/build/dokka/htmlMultiModule ./build/dokka/procedural-apis
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 2e9c9a7

Please sign in to comment.