Skip to content

Remove superfluous ClassBody restriction (#220) #80

Remove superfluous ClassBody restriction (#220)

Remove superfluous ClassBody restriction (#220) #80

Workflow file for this run

name: Publish Spec to gh-pages
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install --legacy-peer-deps
- run: npm run compile
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: docs
clean-exclude: |
pr