We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007e46f commit 75a76d7Copy full SHA for 75a76d7
.github/workflows/javadoc.yml
@@ -22,4 +22,4 @@ jobs:
22
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
23
restore-keys: ${{ runner.os }}-m2
24
- name: Refresh Javadoc
25
- run: ./dev/docker.sh
+ run: ./dev/javadoc.sh
0 commit comments