diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 15:49:29 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | b5c483628aab4894132ef66e19f68a825b472472 (patch) | |
tree | 4aa2aba9c171ea627d03a1d4c51586ea18eaf9cd /.github | |
parent | fa2be12bae6619d39c7c7b571e495303c1381f83 (diff) | |
download | aspectj-b5c483628aab4894132ef66e19f68a825b472472.tar.gz aspectj-b5c483628aab4894132ef66e19f68a825b472472.zip |
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 <Alexander@Kriegisch.name>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |