Skip to content

Add PromiseCapability wrapper around sync dispose used in an `await u… #78

Add PromiseCapability wrapper around sync dispose used in an `await u…

Add PromiseCapability wrapper around sync dispose used in an `await u… #78

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