From b5c483628aab4894132ef66e19f68a825b472472 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 6 Jan 2024 15:49:29 +0700 Subject: [PATCH] CI build: fix "create docs" step Like the javadocs in aspectjrt and aspectjweaver (if the releas profile is active), for docs also copy the docs in the package phase to the aj-dist directory. Signed-off-by: Alexander Kriegisch --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 44b0bec0f..894bd00cd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -83,7 +83,7 @@ jobs: aspectjtools/target/flattened-pom.xml - name: Create docs - run: ./mvnw -B --file pom.xml -DskipTests process-resources -pl docs -P create-docs + run: ./mvnw -B --file pom.xml -DskipTests package -pl docs -P create-docs - name: Attach docs to build uses: actions/upload-artifact@v3 -- 2.39.5