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 bfc71ef commit 7b46ff8Copy full SHA for 7b46ff8
.github/workflows/build.yml
@@ -49,9 +49,12 @@ jobs:
49
target-folder: javadoc-core # url will be https://<username>.github.io/<repo>/javadoc-core
50
project: maven # or gradle
51
subdirectories: core
52
+ javadoc-source-folder: target/site
53
+ custom-command: mvn site
54
55
deploy:
56
runs-on: ubuntu-latest
57
+ needs: [build]
58
if: ${{ github.ref == 'refs/heads/main' }}
59
steps:
60
- uses: actions/checkout@v4
0 commit comments