Skip to content

Use consistent naming for API when used in a word (#2465) #398

Use consistent naming for API when used in a word (#2465)

Use consistent naming for API when used in a word (#2465) #398

name: Deploy GH pages report
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- 'specification/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install
run: |
npm install --prefix compiler
- name: Generate output
run: |
make generate
- name: Generate graph
run: |
node compiler/reporter/index.js
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: report