Skip to content

Commit c6cbec7

Browse files
ci: trigger generation of openapi documentation on github pages
1 parent ad3392f commit c6cbec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/build-and-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
code-documentation-generation-command: ./gradlew dokkaHtml
9999
code-documentation-dst-folder: './build/dokka/html'
100100
code-documentation-site-folder: 'documentation/code-doc'
101+
should-generate-openapi-documentation: true
102+
openapi-documentation-input-file: 'docs/rest-api/rest-api-docs.yml'
103+
openapi-documentation-dst-folder: 'documentation/openapi-doc'
101104
github-token: ${{ secrets.GITHUB_TOKEN }}
102105

103106
success:

0 commit comments

Comments
 (0)