Skip to content

Commit d1cdde7

Browse files
committed
💚 remove unnecessary --no-daemon flag from Dokka HTML build command
1 parent 660b062 commit d1cdde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Gradle caching
2525
uses: gradle/actions/setup-gradle@v4
2626
- name: Build Dokka HTML (qs-kotlin)
27-
run: ./gradlew :qs-kotlin:dokkaHtml --no-daemon --stacktrace
27+
run: ./gradlew :qs-kotlin:dokkaHtml --stacktrace
2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v4
3030
with:

0 commit comments

Comments
 (0)