Skip to content

Commit c5a8540

Browse files
authored
update javadoc folder
1 parent 5403fd1 commit c5a8540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages_javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: JamesIves/github-pages-deploy-action@4.1.1
2323
with:
2424
branch: gh-pages # The branch the action should deploy to.
25-
folder: target/site/apidocs # The folder the action should deploy.
25+
folder: target/reports/apidocs # The folder the action should deploy.
2626
- name: Cache Maven packages
2727
uses: actions/cache@v2
2828
with:

0 commit comments

Comments
 (0)