Skip to content

Bump braces from 3.0.2 to 3.0.3 (#89) #94

Bump braces from 3.0.2 to 3.0.3 (#89)

Bump braces from 3.0.2 to 3.0.3 (#89) #94

Workflow file for this run

name: Publish OpenAPI to GitHub Pages
on:
push:
branches: [master]
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '16.x'
- name: Build
run: |
npm ci
npm run build
npm run html
- name: Deploy to GitHub Pages
run : npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}