Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.4 #64

Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.4

Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.4 #64

Workflow file for this run

name: compile-site
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths:
- site/**
push:
branches: ['**']
paths:
- site/**
jobs:
compile-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: yarn
- run: yarn
working-directory: site
- run: yarn typecheck
working-directory: site
- run: yarn build
working-directory: site