Skip to content

Commit

Permalink
Update swagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertIV authored Jun 6, 2022
1 parent e2be5ed commit ad11896
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
- name: Generate YAML openapi
run: vendor/bin/openapi --format json -b env/openapi/config.php -o openapi.json src

- name: Contracts ui action
id: swagger-ui-action
uses: pjoc-team/[email protected]
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
dir: "./"
pattern: "openapi.json"
debug: "true"
output: swagger-ui
spec-file: openapi.json

- name: Install git
run: apt-get install git -y
Expand Down

0 comments on commit ad11896

Please sign in to comment.