Skip to content

Add toggle for carto/map #270

Add toggle for carto/map

Add toggle for carto/map #270

Workflow file for this run

name: Test Website Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: yarn install
- run: yarn build