Skip to content

Interop with v2 files #1464

Interop with v2 files

Interop with v2 files #1464

Workflow file for this run

name: Build Site
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@main
with:
node-version: 16.18.1
- run: yarn
- run: yarn build:site