Skip to content

Commit

Permalink
Disable gradle daemon for deploy_doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Sep 23, 2024
1 parent a78d1ed commit 6678f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
java-version: '17'

- name: Install dependencies
run: ./gradlew build
run: ./gradlew --no-daemon build

- name: Generate Dokka documentation
run: ./gradlew dokkaHtml
run: ./gradlew --no-daemon dokkaHtml

- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6678f7b

Please sign in to comment.