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 0d49056 commit 8491604
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 @@ -33,13 +33,11 @@ jobs:
- name: Generate YAML openapi
run: vendor/bin/openapi --debug --format json -b env/openapi/config.php -o openapi.json ./src/ ./vendor/escolalms/auth/src/Models/

- name: Swagger ui action
id: swagger-ui-action
uses: pjoc-team/swagger-ui-action@v0.0.2
- 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 8491604

Please sign in to comment.