Skip to content

Commit

Permalink
feat(impl):[#500] publish swagger ui in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Apr 22, 2024
1 parent 69156c9 commit 3b4ab96
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build API documentation with Maven
run: |
mvn clean package -pl irs-common,irs-models,irs-policy-store,irs-testing,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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down
5 changes: 0 additions & 5 deletions docs/src/docs/api-specification/api-specification.adoc

This file was deleted.

5 changes: 0 additions & 5 deletions docs/src/docs/api-specification/api.adoc

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/docs/api-specification/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
== Administration Guide
xref:administration/administration-guide.adoc[]

== API-Documentation
xref:api-specification/api-specification.adoc[OpenApi specification]

== Swagger-UI
xref:swagger-ui/index.adoc[Swagger-UI]

Expand Down

0 comments on commit 3b4ab96

Please sign in to comment.