Skip to content

Normative: Initial spec draft for unshared structs (#28) #20

Normative: Initial spec draft for unshared structs (#28)

Normative: Initial spec draft for unshared structs (#28) #20

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 }}