We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8b0d0 commit 35c1512Copy full SHA for 35c1512
.github/workflows/deploy.yml
@@ -14,4 +14,9 @@ jobs:
14
with:
15
# Fetch all tags and branches, so that MkDocs could push incremental updates.
16
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
22
- uses: ./.github/actions/deploy-site
0 commit comments