Skip to content

Commit 4509c3a

Browse files
authored
fix: docs copy command reference (#344)
2 parents 663a19a + 7474a86 commit 4509c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ checkstyle:
2121
## docs - Generates library documentation
2222
docs:
2323
mvn install -DskipTests=true -Dgpg.skip=true -Dcheckstyle.skip=true -Ddependency-check.skip=true -Djacoco.skip=true
24-
cp -R target/apidocs/ ./docs/
24+
cp -R target/reports/apidocs/ ./docs/
2525

2626
## install-checkstyle - Install the Checkstyle tool (Unix only)
2727
install-checkstyle: | install-styleguide

0 commit comments

Comments
 (0)