Skip to content

Fix staging parity for nav, shares, and hosts pagination #30

Fix staging parity for nav, shares, and hosts pagination

Fix staging parity for nav, shares, and hosts pagination #30

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build site
run: yarn build