Skip to content

feat: new docs structure (5/n) #283

feat: new docs structure (5/n)

feat: new docs structure (5/n) #283

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