Skip to content

Fix missing lookahead restriction (#222) #79

Fix missing lookahead restriction (#222)

Fix missing lookahead restriction (#222) #79

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