Skip to content

Commit

Permalink
Update dokka build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincianfarini committed Jan 7, 2025
1 parent 5fae3d8 commit 841e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY }}
run: ./gradlew dokkaHtml publish
run: ./gradlew dokkaGenerate publish

- name: Deploy docs to website
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 841e477

Please sign in to comment.