Skip to content

Fix bug with cross-axis alignment when there is space between lines #3277

Fix bug with cross-axis alignment when there is space between lines

Fix bug with cross-axis alignment when there is space between lines #3277

name: Website
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup-website
- name: yarn build
run: yarn build
working-directory: website