Skip to content

Correct constructor mistake in README and add agent-local prototype idea #7

Correct constructor mistake in README and add agent-local prototype idea

Correct constructor mistake in README and add agent-local prototype idea #7

Workflow file for this run

name: Deploy spec
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run build
- name: Publish HTML to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./out
github_token: ${{ secrets.GITHUB_TOKEN }}