Skip to content

fix: remove internal details from live preview edit docs #342

fix: remove internal details from live preview edit docs

fix: remove internal details from live preview edit docs #342

Workflow file for this run

name: Test docs build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Test docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build