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 5403fd1 commit c5a8540Copy full SHA for c5a8540
.github/workflows/gh-pages_javadoc.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: JamesIves/github-pages-deploy-action@4.1.1
23
with:
24
branch: gh-pages # The branch the action should deploy to.
25
- folder: target/site/apidocs # The folder the action should deploy.
+ folder: target/reports/apidocs # The folder the action should deploy.
26
- name: Cache Maven packages
27
uses: actions/cache@v2
28
0 commit comments