Skip to content

Bump stoplightio/spectral-action from 0.8.10 to 0.8.11 (#68) #85

Bump stoplightio/spectral-action from 0.8.10 to 0.8.11 (#68)

Bump stoplightio/spectral-action from 0.8.10 to 0.8.11 (#68) #85

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