Skip to content

Commit f0f66af

Browse files
committed
use bash
1 parent 299dd32 commit f0f66af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: mvn -B javadoc:javadoc -Pcentral
3232

3333
- name: Build Docs
34-
run: sh ./docs/build.sh
34+
run: bash ./docs/build.sh
3535

3636
- name: Copy Javadocs into docs
3737
run: cp -r target/site/apidocs ./docs/.hyperbook/out/javadocs

0 commit comments

Comments
 (0)