We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3392f commit c6cbec7Copy full SHA for c6cbec7
.github/workflows/build-and-deploy.yml
@@ -98,6 +98,9 @@ jobs:
98
code-documentation-generation-command: ./gradlew dokkaHtml
99
code-documentation-dst-folder: './build/dokka/html'
100
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'
104
github-token: ${{ secrets.GITHUB_TOKEN }}
105
106
success:
0 commit comments