Skip to content

Commit cfdc67c

Browse files
authored
Merge pull request #10 from SLNE-Development/feat/dokka
feat: update permission
2 parents c8955f5 + 5ac9288 commit cfdc67c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ permissions:
44
actions: write
55
pages: write
66

7+
8+
79
on:
810
push:
911
branches:
@@ -23,6 +25,9 @@ jobs:
2325
distribution: 'graalvm'
2426
java-version: '21'
2527

28+
- name: Grant execute permission for Gradle
29+
run: chmod +x ./gradlew
30+
2631
- name: Install dependencies
2732
run: ./gradlew dependencies
2833

0 commit comments

Comments
 (0)