Skip to content

Docs revamp sync main #310

Docs revamp sync main

Docs revamp sync main #310

Workflow file for this run

name: Validate Changes
on:
workflow_dispatch:
pull_request:
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build docs
env:
NODE_OPTIONS: '--max-old-space-size=4096'
run: yarn build