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

Update README.md (#106) #37

Update README.md (#106)

Update README.md (#106) #37

Workflow file for this run

name: Spec publish
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dev deps
run: npm install
- name: Build the spec
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out