Skip to content

feat: move image gallery and measurements to its separate section #344

feat: move image gallery and measurements to its separate section

feat: move image gallery and measurements to its separate section #344

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