Skip to content

Fix the map-filter link #269

Fix the map-filter link

Fix the map-filter link #269

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