Skip to content

Commit 35c1512

Browse files
committed
Run dokkaHtml before MkDocs deploying
1 parent 8a8b0d0 commit 35c1512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ jobs:
1414
with:
1515
# Fetch all tags and branches, so that MkDocs could push incremental updates.
1616
fetch-depth: 0
17+
- uses: gradle/actions/setup-gradle@v4
18+
with:
19+
cache-read-only: true
20+
# Prepare API documentations for MkDocs.
21+
- run: ./gradlew dokkaHtml --no-configuration-cache
1722
- uses: ./.github/actions/deploy-site

0 commit comments

Comments
 (0)