Skip to content

Commit dd2d417

Browse files
committed
move build.sh
1 parent d97658a commit dd2d417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JavaDocs
1+
name: Documentation
22

33
on:
44
push:
@@ -31,7 +31,7 @@ jobs:
3131
run: mvn clean package
3232

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

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

0 commit comments

Comments
 (0)