瀏覽代碼

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>
tags/V1_9_21_1
Alexander Kriegisch 4 月之前
父節點
當前提交
b5c483628a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/maven.yml

+ 1
- 1
.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

Loading…
取消
儲存