Skip to content

fix: Handle all discriminated unions properly #165

fix: Handle all discriminated unions properly

fix: Handle all discriminated unions properly #165

name: Test docs deployment
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test docs deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build website
run: cd docs && bun run build