Skip to content

Commit

Permalink
CI build: fix "create docs" step
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kriegaex committed Jan 6, 2024
1 parent db97607 commit e67a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e67a0d9

Please sign in to comment.