We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c804ae commit 7bf5e24Copy full SHA for 7bf5e24
.github/workflows/publish-javadoc.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: '17'
20
cache: 'gradle'
21
- name: Build Javadoc
22
- run: mkdir /github/workspace/docs; ./gradlew javadoc
+ run: mkdir /github/workspace; mkdir /github/workspace/docs; ./gradlew javadoc
23
shell: bash
24
- name: Deploy Javadoc
25
uses: JamesIves/github-pages-deploy-action@v4.4.3
0 commit comments