Skip to content

Do not install torch, opencv, or sentence transformers on armv7l #201

Do not install torch, opencv, or sentence transformers on armv7l

Do not install torch, opencv, or sentence transformers on armv7l #201

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