Skip to content

feat: add prominent logo to hero section #450

feat: add prominent logo to hero section

feat: add prominent logo to hero section #450

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: 20
cache: npm
- run: npm ci
- name: Build site
run: npm run build