From 7474a86c54716c2867a07f4842f8644096086a66 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:42:15 -0700 Subject: [PATCH] fix: docs copy command reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43f011db7..aea2299e3 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ checkstyle: ## docs - Generates library documentation docs: mvn install -DskipTests=true -Dgpg.skip=true -Dcheckstyle.skip=true -Ddependency-check.skip=true -Djacoco.skip=true - cp -R target/apidocs/ ./docs/ + cp -R target/reports/apidocs/ ./docs/ ## install-checkstyle - Install the Checkstyle tool (Unix only) install-checkstyle: | install-styleguide