Skip to content

Commit 04ff53c

Browse files
authored
Update javadoc.yml
1 parent 2505cb1 commit 04ff53c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/javadoc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
- uses: actions/setup-java@v3
1616
with:
1717
distribution: 'adopt'
18-
cache: gradle
1918
java-version: '11'
20-
java-package: jdk+fx
19+
cache: 'gradle'
2120
- name: Grant execute permission for gradlew
2221
run: chmod +x gradlew
2322
- name: Generate Javadoc
2423
run: ./gradlew javadoc
2524
- name: Deploy 🚀
26-
uses: JamesIves/github-pages-deploy-action@4.1.5
25+
uses: JamesIves/github-pages-deploy-action@4.4.2
2726
with:
2827
BRANCH: gh-pages
2928
CLEAN: true

0 commit comments

Comments
 (0)