Skip to content

Commit

Permalink
ci: add action input to publish openapi doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Feb 26, 2023
1 parent 6183b64 commit b710fdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
code-documentation-generation-command: ./gradlew dokkaHtml
code-documentation-dst-folder: './build/dokka/html'
code-documentation-site-folder: 'documentation/code-doc'
should-generate-openapi-documentation: true
openapi-documentation-input-file: 'docs/openapi/openapi.yml'
openapi-documentation-dst-folder: 'documentation/openapi-doc'
should-generate-asyncapi-documentation: true
github-token: ${{ secrets.GITHUB_TOKEN }}

success:
Expand Down

0 comments on commit b710fdf

Please sign in to comment.