Skip to content

Bump nanoid from 3.3.7 to 3.3.8 (#114) #102

Bump nanoid from 3.3.7 to 3.3.8 (#114)

Bump nanoid from 3.3.7 to 3.3.8 (#114) #102

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 }}