Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (… #38

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (…

chore(deps-dev): bump @stoplight/spectral-cli from 6.10.0 to 6.11.0 (… #38

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm ci
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: build
clean: true