Skip to content

Fix the section navigation on the left side #31

Fix the section navigation on the left side

Fix the section navigation on the left side #31

Workflow file for this run

name: Test deploy the webapp
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Run check
run: bun run check
- name: Build for Vercel
run: bun run deploy
env:
VERCEL: "true"