Skip to content

Commit 843d78e

Browse files
authored
Add permissions to run gradle task
1 parent 2fcf43d commit 843d78e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dokka-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
distribution: 'temurin'
2121
java-version: '11'
2222

23+
- name: Grant execute permission for gradlew
24+
run: chmod +x gradlew
25+
2326
- name: Generate Dokka HTML documentation
2427
run: ./gradlew dokkaHtml
2528

0 commit comments

Comments
 (0)