Skip to content

python.linting settings are deprecated (#541) #191

python.linting settings are deprecated (#541)

python.linting settings are deprecated (#541) #191

Workflow file for this run

name: Deploy Swagger to GitHub Pages
on:
push:
branches:
- master
jobs:
swagger:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: move
run: mv gramps_webapi/data/apispec.yaml apispec.yaml
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
output: swagger-ui
spec-file: apispec.yaml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui