Skip to content

Merge pull request #3 from tc39/void-binding-spec #12

Merge pull request #3 from tc39/void-binding-spec

Merge pull request #3 from tc39/void-binding-spec #12

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@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: lts/*
- run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean-exclude: |
pr