Skip to content

Commit

Permalink
Fix OpenAPI documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jun 24, 2023
1 parent 8f222b3 commit 0bd2bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-open-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Generate Open API documentation
run: dotnet swagger tofile --output ./swagger.json IoTHub.Portal.Server/bin/Debug/net7.0/IoTHub.Portal.Server.dll v1
working-directory: src/
env:
CloudProvider: Azure

# Upload swagger docs to GitHub
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0bd2bb4

Please sign in to comment.