Skip to content

Commit

Permalink
fix dokka generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jun 8, 2024
1 parent fa1adaf commit 50d1004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: gradle/actions/wrapper-validation@v3

- name: Generate documentation
run: ./gradlew dokkaHtmlMultiModule
run: ./gradlew dokkaHtmlMultiModule --no-configuration-cache

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ demo/iosApp/iosApp.xcworkspace/*
demo/iosApp/iosApp.xcodeproj/*
!demo/iosApp/iosApp.xcodeproj/project.pbxproj
publish.sh
.kotlin
.kotlin
dokka

0 comments on commit 50d1004

Please sign in to comment.