Skip to content

Commit

Permalink
chore: fix dokka html task in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Dec 24, 2024
1 parent 607759f commit cfb9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run tests with Gradle
run: ./gradlew allTests
- name: Generate dokka HTML
run: ./gradlew -Porg.gradle.jvmargs="-Xmx8g" dokkaHtml
run: ./gradlew -Porg.gradle.jvmargs="-Xmx8g" dokkaGenerate
- name: Decode signing key
run: |
mkdir -p ~/.gradle
Expand Down

0 comments on commit cfb9f2e

Please sign in to comment.