Skip to content

Merge branch 'master' of https://github.com/bacen/pix-api into github… #35

Merge branch 'master' of https://github.com/bacen/pix-api into github…

Merge branch 'master' of https://github.com/bacen/pix-api into github… #35

Workflow file for this run

name: Swagger UI -> GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- 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.GITHUB_TOKEN }}
publish_dir: swagger-ui