Skip to content

fps: Cap the headline by asking the platform what the panel runs at #984

fps: Cap the headline by asking the platform what the panel runs at

fps: Cap the headline by asking the platform what the panel runs at #984

Workflow file for this run

name: Test Docs
on:
pull_request:
paths:
- "website/**"
- "crates/base/**"
- "crates/story-web/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.3.6
- name: Install
working-directory: website
run: bun install
- name: Build
working-directory: website
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
bun run build