Skip to content

perf(geometry): only send changed options to the maps api #1931

perf(geometry): only send changed options to the maps api

perf(geometry): only send changed options to the maps api #1931

Workflow file for this run

name: Website Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Build Website
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup node
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build --workspace=./website
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}