Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Update explainer to reflect syntax choice for stage 3 #9

Update explainer to reflect syntax choice for stage 3

Update explainer to reflect syntax choice for stage 3 #9

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