We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80008aa commit 77d312fCopy full SHA for 77d312f
1 file changed
.github/workflows/javadoc.yml
@@ -29,5 +29,5 @@ jobs:
29
uses: JamesIves/github-pages-deploy-action@v4
30
with:
31
branch: gh-pages # The branch the action should deploy to.
32
- folder: target/reports/apidocs # Check if your maven version uses 'target/site/apidocs' instead
+ folder: target/reports/apidocs # Definitive location for this project
33
clean: true # Automatically remove deleted files from the deploy branch
0 commit comments