Skip to content

fix(openapi-playground): er struct updates #316

fix(openapi-playground): er struct updates

fix(openapi-playground): er struct updates #316

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: make dep ci
env:
INNOAI_TECH_REGISTRY_AUTH_TOKEN: ${{ github.token }}
- uses: JamesIves/[email protected]
with:
folder: public/openapi-playground
repository-name: innoai-tech/openapi-playground
branch: main
ssh-key: ${{ secrets.OPENAPI_PLAYGROUND_DEPLOY_KEY }}
clean: true
- uses: JamesIves/[email protected]
with:
folder: public/vuekit
branch: gh-pages
clean: true