We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58c6cf commit 5e97d6dCopy full SHA for 5e97d6d
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: JamesIves/github-pages-deploy-action@4.1.1
26
with:
27
branch: gh-pages # The branch the action should deploy to.
28
- folder: apidocs # The folder the action should deploy.
+ folder: target/site/apidocs # The folder the action should deploy.
29
30
31
- name: Cache SonarCloud packages
0 commit comments