Skip to content

refactor: change naming convention from editing text to inline text e… #347

refactor: change naming convention from editing text to inline text e…

refactor: change naming convention from editing text to inline text e… #347

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