Skip to content

Commit

Permalink
Update swagger-ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolvlsantos authored Oct 18, 2024
1 parent 1d85615 commit d2f47f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swagger-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
output: swagger-ui
spec-file: openapi.yaml
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui

0 comments on commit d2f47f4

Please sign in to comment.