Skip to content

Commit

Permalink
Update dokka.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
green726 authored Mar 31, 2023
1 parent 269a9c4 commit efba7c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
target-folder: javadoc
javadoc-branch: main
java-version: 11
target-folder: /build/dokka/html
project: gradle
custom-command: javadoc -d javadoc -sourcepath src/main/java -subpackages .
custom-command: gradlew dokkaHtml

0 comments on commit efba7c4

Please sign in to comment.