Skip to content

Commit

Permalink
Merge pull request #412 from catenax-ng/fix/publish-docs
Browse files Browse the repository at this point in the history
fix(workflow):[-] Add missing module to documentation workflow
  • Loading branch information
ds-jkreutzfeld authored Jul 13, 2023
2 parents 337c0fb + e055a3c commit f24e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build API documentation with Maven
run: |
mvn clean package -pl irs-common,irs-models,irs-policy-store,irs-testing,irs-ess,irs-edc-client,irs-api -DskipTests --batch-mode
mvn clean package -pl irs-common,irs-models,irs-policy-store,irs-testing,irs-ess,irs-edc-client,irs-registry-client,irs-api -DskipTests --batch-mode
cp irs-api/target/generated-sources/openapi/index.html docs/src/docs/api-specification/index.html
- name: Build with Maven
Expand Down

0 comments on commit f24e8ba

Please sign in to comment.