Skip to content

Commit 7b46ff8

Browse files
authored
Update build.yml
1 parent bfc71ef commit 7b46ff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ jobs:
4949
target-folder: javadoc-core # url will be https://<username>.github.io/<repo>/javadoc-core
5050
project: maven # or gradle
5151
subdirectories: core
52+
javadoc-source-folder: target/site
53+
custom-command: mvn site
5254

5355
deploy:
5456
runs-on: ubuntu-latest
57+
needs: [build]
5558
if: ${{ github.ref == 'refs/heads/main' }}
5659
steps:
5760
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)