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.
dokkaGenerate
1 parent 0c22c48 commit 75e9a03Copy full SHA for 75e9a03
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
cache-read-only: true
32
33
- name: Generate KDocs
34
- run: ./gradlew dokkaGenerate
+ run: ./gradlew :dokkaGenerate
35
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v4
.github/workflows/validate.yml
@@ -34,7 +34,7 @@ jobs:
- name: Build KDocs
# Run even if tests failed, but only on PRs
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
38
39
- name: Publish snapshot
40
# Workflow dispatch, push or pull request from the original repo
0 commit comments