Skip to content

Commit 8c804ae

Browse files
authored
try to fix javadoc builds
1 parent 6369664 commit 8c804ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-javadoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
java-version: '17'
2020
cache: 'gradle'
2121
- name: Build Javadoc
22-
run: ./gradlew javadoc
22+
run: mkdir /github/workspace/docs; ./gradlew javadoc
2323
shell: bash
2424
- name: Deploy Javadoc
2525
uses: JamesIves/github-pages-deploy-action@v4.4.3
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
branch: javadoc
29-
folder: quail/build/docs
29+
folder: quail/build/docs

0 commit comments

Comments
 (0)