Skip to content

add user exit example, wall repo #72

add user exit example, wall repo

add user exit example, wall repo #72

Workflow file for this run

name: Build Docs
on:
pull_request:
jobs:
build-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install Deps
run: npm ci
- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
run: npm run docs:build