Skip to content

Commit

Permalink
fix(workflow): path to openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
worotyns committed Jul 16, 2024
1 parent afbf1eb commit 02d9eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: Legion2/swagger-ui-action@v1
with:
output: swagger-ui
spec-file: ./openapi.json
spec-file: openapi.json
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 02d9eee

Please sign in to comment.