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 660b062 commit d1cdde7Copy full SHA for d1cdde7
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Gradle caching
25
uses: gradle/actions/setup-gradle@v4
26
- name: Build Dokka HTML (qs-kotlin)
27
- run: ./gradlew :qs-kotlin:dokkaHtml --no-daemon --stacktrace
+ run: ./gradlew :qs-kotlin:dokkaHtml --stacktrace
28
- name: Deploy to GitHub Pages
29
uses: peaceiris/actions-gh-pages@v4
30
with:
0 commit comments