We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299dd32 commit f0f66afCopy full SHA for f0f66af
1 file changed
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
run: mvn -B javadoc:javadoc -Pcentral
32
33
- name: Build Docs
34
- run: sh ./docs/build.sh
+ run: bash ./docs/build.sh
35
36
- name: Copy Javadocs into docs
37
run: cp -r target/site/apidocs ./docs/.hyperbook/out/javadocs
0 commit comments