Skip to content

BREAKING CHANGE: update docusaurus v2 to v3, add subgraph auto-doc co… #282

BREAKING CHANGE: update docusaurus v2 to v3, add subgraph auto-doc co…

BREAKING CHANGE: update docusaurus v2 to v3, add subgraph auto-doc co… #282

Workflow file for this run

name: On Push
on:
push:
branches-ignore:
- "staging"
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
registry-url: "https://registry.npmjs.org"
- name: Install deps
run: yarn
- name: Build
run: yarn run build