Skip to content

Commit 7bf5e24

Browse files
authored
Update publish-javadoc.yml
1 parent 8c804ae commit 7bf5e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: '17'
2020
cache: 'gradle'
2121
- name: Build Javadoc
22-
run: mkdir /github/workspace/docs; ./gradlew javadoc
22+
run: mkdir /github/workspace; mkdir /github/workspace/docs; ./gradlew javadoc
2323
shell: bash
2424
- name: Deploy Javadoc
2525
uses: JamesIves/github-pages-deploy-action@v4.4.3

0 commit comments

Comments
 (0)