Skip to content

Merge pull request #16 from Financial-Partner/feat/implement_investme… #24

Merge pull request #16 from Financial-Partner/feat/implement_investme…

Merge pull request #16 from Financial-Partner/feat/implement_investme… #24

Workflow file for this run

name: Deploy Swagger UI to GitHub Pages
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
output: swagger-ui
spec-file: swagger/swagger.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.PAT_TOKEN }}
publish_dir: swagger-ui