Skip to content

Merge pull request #19 from lasconic/dependabot/npm_and_yarn/stopligh… #21

Merge pull request #19 from lasconic/dependabot/npm_and_yarn/stopligh…

Merge pull request #19 from lasconic/dependabot/npm_and_yarn/stopligh… #21

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